Use labels instead of segment load addresses to specify entry points

in the EXE file.
This commit is contained in:
Christian Groessler
2013-09-13 18:28:17 +02:00
parent 53c5a6a668
commit aac88eac53
3 changed files with 11 additions and 9 deletions

View File

@@ -52,6 +52,8 @@
; Real entry point:
start:
.if .defined(__ATARIXL__)
jsr sram_init
.endif
@@ -229,4 +231,4 @@ APPMHI_save: .res 2
.segment "AUTOSTRT"
.word RUNAD ; defined in atari.inc
.word RUNAD+1
.word __STARTUP_LOAD__ + 1
.word start