8 lines
69 B
NASM
8 lines
69 B
NASM
absolute 0x5000
|
|
label
|
|
|
|
label2 equ 0x9999
|
|
|
|
global label
|
|
global label2
|