Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Modify RIP register from inline assembly

c assembly x86-64

Calling printf in extended inline ASM

Is gcc-c++ not optimizing atomic operations for current x86-64 processors

If there is any pausing/sleeping or events in x86 assembly

why we can't move a 64-bit immediate value to memory?

Minimal Mach-o 64 binary

macos x86-64 mach-o

Why does this MOVSS instruction use RIP-relative addressing? [duplicate]

Why NASM on Linux changes registers in x86_64 assembly

Relationship between system calls API, syscall instruction and exception mechanism (interrupts)

x86 assembly works on which CPUs?

assembly x86 nasm x86-64 masm

Fail to change CS register value from kernel mode. invalid opcode: 0000

GCC Inline-Assembly Error: "Operand size mismatch for 'int'"

How to reserve bottom 4GB VM in an x64 C++ app

c++ winapi 64-bit x86-64

Basic OS X Assembly and the Mach-O format

The most correct way to refer to 32-bit and 64-bit versions of programs

x86 64-bit x86-64 terminology

Loading small numbers into 64 bit x86 registers

Does referencing constants without a dollar sign have a distinct meaning?

assembly x86 x86-64 att

Fastest factorial implementation with 64-bit result in assembly

How can I determine whether my OS is 32 or 64 bit?

How much cycles math functions take on modern processors

c math gcc assembly x86-64