mirror of
https://github.com/cc65/cc65.git
synced 2025-03-13 15:32:09 +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:
parent
57127ecb06
commit
d7c36aad43
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user