mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
use __ZPSAVE_LOAD__ instead of __BSS_LOAD__ to create EXEHDR
git-svn-id: svn://svn.cc65.org/cc65/trunk@3851 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
254b252167
commit
e64672acc7
@ -15,7 +15,7 @@
|
||||
.import initlib, donelib, callmain
|
||||
.import zerobss, pushax
|
||||
.import _main, __filetab, getfd
|
||||
.import __LOWCODE_LOAD__, __BSS_LOAD__
|
||||
.import __LOWCODE_LOAD__, __ZPSAVE_LOAD__
|
||||
.import __RESERVED_MEMORY__
|
||||
.ifdef DYNAMIC_DD
|
||||
.import __getdefdev
|
||||
@ -31,7 +31,7 @@
|
||||
.segment "EXEHDR"
|
||||
.word $FFFF
|
||||
.word __LOWCODE_LOAD__
|
||||
.word __BSS_LOAD__ - 1
|
||||
.word __ZPSAVE_LOAD__ - 1
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
; Actual code
|
||||
|
Loading…
Reference in New Issue
Block a user