mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-17 04:57:18 +02:00
13 lines
116 B
NASM
13 lines
116 B
NASM
org 0x100
|
|
|
|
[map all]
|
|
|
|
[section .bss]
|
|
resb 0x100
|
|
|
|
[section .data]
|
|
times 0x100 db 1
|
|
|
|
[section .text]
|
|
times 0x100 db 1
|