1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

Adjusted startup code for new linker config

git-svn-id: svn://svn.cc65.org/cc65/trunk@3245 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-10-14 16:50:13 +00:00
parent 57127ecb06
commit d7c36aad43

View File

@ -25,7 +25,7 @@
.import zerobss
.import callmain
.import _main
.import __CODE_LOAD__, __BSS_LOAD__
.import __BSS_LOAD__
.import __RAM_START__, __RAM_SIZE__
.include "zeropage.inc"
@ -36,8 +36,8 @@
.segment "EXEHDR"
.word $0880
.byte >__CODE_LOAD__, <__CODE_LOAD__
.byte >__BSS_LOAD__, <(__BSS_LOAD__ - 1)
.dbyt __RAM_START__
.dbyt __BSS_LOAD__ - 1
.byte $42,$53
.byte $39,$33