Files
cc65/libsrc/atari/mainhdr.s
2013-10-18 03:08:26 +02:00

10 lines
267 B
ArmAsm

; 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