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