mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
8 lines
47 B
NASM
8 lines
47 B
NASM
|
bits 64
|
||
|
|
||
|
db bar-foo
|
||
|
|
||
|
foo:
|
||
|
add al,r10b
|
||
|
bar:
|