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

11 lines
99 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;main.asm
include "Subroutines.asm"
;eof
;Subroutines.asm
include "math.asm"
;eof
;math.asm
;eof