Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Jump out of range solutions and how different instructions affect range

assembly x86-16

where is it documented that global array in C, compiled by gcc, is initialized like "copy-on-write"?

c assembly gcc

How to read/pronounce a MIPS load-byte instruction in English?

Why should prefetch queue be invalidated after entering protected mode?

gcc using `lea` instead of `add`

MIPS program is Not working Error: Symbol exit not found in the table

assembly mips

What happens in the following assembly commands?

assembly x86 dos

Returning a value in x86 assembly language

assembly x86

How to do relative jumps in assembly?

assembly x86 stack-overflow

CISC machines - don't they just convert complex instructions to RISC?

DOS Interrupt in masm x86 assembly crashing

assembly x86 masm

How does assembler process "org 100h" directive?

assembly dos x86-16

bochs: can not load bootloader using a floppy image

assembly x86-64 nasm osdev bochs

struct or class in assembly

class assembly macros masm

What is WAW Hazard?

NASM Intel 64-bit mode: why does 32-bit constant 0xffffffff cause "warning: signed dword value exceeds bounds"

Is the EAX register optimized for calculations on modern processors?

assembly x86 intel

Why does Windows use RCX, RDX for pointers in a fresh x64 process, different from EAX, EBX in a newly created 32-bit process?

How do I move the VALUE in a register to a memory variable in NASM?

assembly x86 nasm

Wow64 subsystem and its implementation on x86_64