5 lines
43 B
Text
5 lines
43 B
Text
|
|
;main.asm
|
||
|
|
org $8000
|
||
|
|
include "foo.txt"
|
||
|
|
;eof
|