mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
9 lines
124 B
NASM
9 lines
124 B
NASM
bits 64
|
|
|
|
default rel
|
|
mov dword [foo],12345678h
|
|
mov qword [foo],12345678h
|
|
mov [foo],rax
|
|
mov dword [foo],12345678h
|
|
foo:
|