mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-11-08 23:27:15 -05: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:
|