mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-17 13:07:18 +02:00
10 lines
101 B
NASM
10 lines
101 B
NASM
[map all]
|
|
section .text
|
|
mov ax, bx
|
|
|
|
section .foo nobits follows=.text
|
|
resb 4
|
|
|
|
section .bss
|
|
resb 4
|