Use labels instead of segment load addresses to specify entry points
in the EXE file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user