mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 12:37:19 +02:00
7 lines
70 B
NASM
7 lines
70 B
NASM
[absolute x]
|
|
label1:
|
|
[absolute label1]
|
|
x:
|
|
[section .text]
|
|
mov ax, [x]
|