]> git.sur5r.net Git - cc65/commitdiff
Minor fix
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 25 Oct 2001 15:56:19 +0000 (15:56 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 25 Oct 2001 15:56:19 +0000 (15:56 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1082 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/c128/rs232.s

index 4c3f3816354e5f7e735c0b5a6d80ebe2a87863ea..5718cba07267d534b9eae6925005f7382a2e6889 100644 (file)
@@ -534,7 +534,7 @@ _rs232_status:
 NmiHandler:
                lda     ACIA+RegStatus          ;(4) ;status ;check for byte received
        and     #$08                    ;(2)
-       beq     NmiNorm                 ;(2*)
+       beq     @L9                     ;(2*)
                lda     ACIA+RegStatus          ;(4) opt ;status ;check for receive errors
        and     #$07                    ;(2) opt
                beq     @L1                     ;(3*)opt
@@ -568,7 +568,7 @@ NmiHandler:
        inc     DropCnt+3
 @L4:           jmp     NmiExit
 
-@L9:   jmp NmiContinue
+@L9:   jmp     NmiContinue
 
 ;----------------------------------------------------------------------------
 ;