1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00

Minor fix

git-svn-id: svn://svn.cc65.org/cc65/trunk@1082 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-10-25 15:56:19 +00:00
parent 7afca6557d
commit efce8fa8d0

View File

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