RosettaCodeData/Task/Include-a-file/68000-Assembly/include-a-file-1.68000
2023-07-01 13:44:08 -04:00

4 lines
228 B
Text

org $00000000
;512 bytes containing anything really
include "myFile.asm" ;assuming no org or align directives are in this file,
;its starting memory location is guaranteed to be $00000200 (512 in decimal)