RosettaCodeData/Task/Include-a-file/6502-Assembly/include-a-file-2.6502

5 lines
42 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;main.asm
org $8000
incbin "foo.txt"
;eof