mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-17 04:57:18 +02:00
6 lines
78 B
NASM
6 lines
78 B
NASM
[absolute 0f0000000h]
|
|
foo: resb 1
|
|
[section .data]
|
|
bar dd foo
|
|
baz db (foo>>24)
|