Skip to content

Instantly share code, notes, and snippets.

View akinhet's full-sized avatar

Piotr Zieniewicz akinhet

  • Szczecin, Poland
View GitHub Profile
@justinian
justinian / linux-x64-nasm-cheatsheet.md
Last active March 17, 2026 14:41
x64 NASM Cheat Sheet

x64 NASM cheat sheet

Registers

64 bit 32 bit 16 bit 8 bit
A (accumulator) RAX EAX AX AL
B (base, addressing) RBX EBX BX BL
C (counter, iterations) RCX ECX CX CL
D (data) RDX EDX DX DL