4 lines
228 B
Text
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)
|