mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
Fix: No ST constant available
git-svn-id: svn://svn.cc65.org/cc65/trunk@2885 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
220e5a3898
commit
af461406cb
@ -485,7 +485,7 @@ _exit: pha ; Save the return code on stack
|
|||||||
; Place the program return code into ST
|
; Place the program return code into ST
|
||||||
|
|
||||||
pla
|
pla
|
||||||
ldy #ST
|
ldy #$9C ; ST
|
||||||
sta (sysp0),y
|
sta (sysp0),y
|
||||||
|
|
||||||
; Setup the welcome code at the stack bottom in the system bank.
|
; Setup the welcome code at the stack bottom in the system bank.
|
||||||
|
@ -392,7 +392,7 @@ _exit: pha ; Save the return code
|
|||||||
; Place the program return code into ST
|
; Place the program return code into ST
|
||||||
|
|
||||||
pla
|
pla
|
||||||
ldy #ST
|
ldy #$9C ; ST
|
||||||
sta (sysp0),y
|
sta (sysp0),y
|
||||||
|
|
||||||
; Setup the welcome code at the stack bottom in the system bank.
|
; Setup the welcome code at the stack bottom in the system bank.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user