mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 00:07:21 +00:00
Fixed a comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@2842 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a08b30c66d
commit
f3b1ddfe8a
@ -293,7 +293,7 @@ Init: jsr initlib
|
|||||||
|
|
||||||
jsr callmain
|
jsr callmain
|
||||||
|
|
||||||
; Disable Call module destructors. This is also the _exit entry and the default entry
|
; Call module destructors. This is also the _exit entry and the default entry
|
||||||
; point for the break vector.
|
; point for the break vector.
|
||||||
|
|
||||||
_exit: lda #$00
|
_exit: lda #$00
|
||||||
@ -306,7 +306,7 @@ _exit: lda #$00
|
|||||||
sta IndReg
|
sta IndReg
|
||||||
|
|
||||||
; Copy stuff back from our zeropage to the systems
|
; Copy stuff back from our zeropage to the systems
|
||||||
|
|
||||||
.if 0
|
.if 0
|
||||||
lda #.sizeof(transfer_table)
|
lda #.sizeof(transfer_table)
|
||||||
sta ktmp
|
sta ktmp
|
||||||
@ -319,7 +319,7 @@ _exit: lda #$00
|
|||||||
dec ktmp
|
dec ktmp
|
||||||
dec ktmp
|
dec ktmp
|
||||||
bne @L0
|
bne @L0
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
; Copy back the old system bank stack contents
|
; Copy back the old system bank stack contents
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user