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

@@ -374,6 +374,6 @@ screen_device_length = * - screen_device
.word INITAD
.word INITAD+1
.word __SRPREP_LOAD__
.word sramprep
.endif ; .if .defined(__ATARIXL__)