atari-asm.cfg linker config file
This commit is contained in:
9
libsrc/atari/mainhdr.s
Normal file
9
libsrc/atari/mainhdr.s
Normal file
@@ -0,0 +1,9 @@
|
||||
; This file defines the chunk header for the main program load chunk
|
||||
|
||||
.export __MAINCHNKHDR__: absolute = 1
|
||||
.import __RAM_START__, __BSS_LOAD__
|
||||
|
||||
.segment "MAINHDR"
|
||||
|
||||
.word __RAM_START__
|
||||
.word __BSS_LOAD__ - 1
|
||||
Reference in New Issue
Block a user