Changed a comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@1594 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -120,7 +120,8 @@ NoIRQ1: jsr push0 ; argc
|
|||||||
ldy #4 ; Argument size
|
ldy #4 ; Argument size
|
||||||
jsr _main ; call the users code
|
jsr _main ; call the users code
|
||||||
|
|
||||||
; This is also the _exit entry. Reset the IRQ vector if we chained it.
|
; Back from main (this is also the _exit entry). Reset the IRQ vector if
|
||||||
|
; we chained it.
|
||||||
|
|
||||||
_exit: lda #<__IRQFUNC_COUNT__
|
_exit: lda #<__IRQFUNC_COUNT__
|
||||||
beq NoIRQ2
|
beq NoIRQ2
|
||||||
|
|||||||
Reference in New Issue
Block a user