atarixl linker cfg file cleanups; set default load address to 400 for atarixl

This commit is contained in:
Christian Groessler
2013-09-13 20:29:24 +02:00
parent aac88eac53
commit 5caf6c8854
3 changed files with 14 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ DEBUG = 1
.export syschk
.import __SYSCHK_LOAD__
.import __SAVEAREA_LOAD__
.import __SAVEAREA_LOAD__ ; needed by xlmemchk.inc
.include "zeropage.inc"
.include "atari.inc"
@@ -64,7 +64,7 @@ cont: ldx #0 ; channel 0
.segment "SYSCHKHDR"
.word __SYSCHK_LOAD__
.word trailer - 1
.word end - 1
; ------------------------------------------------------------------------
; Actual code
@@ -142,10 +142,13 @@ loop: dey
.endproc
end:
; ------------------------------------------------------------------------
; Chunk "trailer" - sets INITAD
trailer:
.segment "SYSCHKTRL"
.word INITAD
.word INITAD+1
.word syschk