7 lines
70 B
NASM
7 lines
70 B
NASM
[absolute x]
|
|
label1:
|
|
[absolute label1]
|
|
x:
|
|
[section .text]
|
|
mov ax, [x]
|