]> git.sur5r.net Git - cc65/commitdiff
Changed a comment
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 23:41:39 +0000 (23:41 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 23:41:39 +0000 (23:41 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1594 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/c128/crt0.s

index 79140899462307ba6fd265b9c17729ebd8c518e4..3a2b888e6daf79b573fd5bd6a66cc517acce8205 100644 (file)
@@ -120,7 +120,8 @@ NoIRQ1:     jsr     push0           ; argc
        ldy     #4              ; Argument size
                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__
        beq     NoIRQ2