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

5 lines
43 B
Text
Raw Permalink Normal View History

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