Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpu-registers

a 64-bit number does not fit in the register int in x86_64 mode

c++ c gcc assembly cpu-registers

Why the number of x86 int registers is 8?

What is the advantage of using segment registers (today)?

Are there small registers in ARM assembly?

assembly arm cpu-registers

Need explanation about register file [closed]

cpu cpu-registers

Understanding cpu registers

Running multiple processes on a single CPU

how can 2 assembly programs use the same register

assembly cpu-registers

Is it valid for the Stack Pointer and Frame pointer to point to the same address in ARM 64?

Difference between ARM ADD with 2 or 3 operands?

In x86_64, does a 32-bit cmov clear the top bits if the condition is false?

Why Assembly x86_64 syscall parameters are not in alphabetical order like i386

Performance comparison: 64 bit and 32 bit multiplication [closed]

Meaning of XMM register values shown in Visual Studio debugger's register window

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

Meaning of pc in gdb (alias?)

Are "Protection rings" and "CPU modes" the same thing?

What's the advantage of having nonvolatile registers in a calling convention?

Why do we use sub esp, 4 instead of push a register in assembly?

Why the %r0 of SPARC or MIPS, is always 0?