4 lines
46 B
NASM
4 lines
46 B
NASM
extern foo
|
|
section .text
|
|
times 64*1024 dd foo
|
extern foo
|
|
section .text
|
|
times 64*1024 dd foo
|