mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Minor fix
git-svn-id: svn://svn.cc65.org/cc65/trunk@1082 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
7afca6557d
commit
efce8fa8d0
@ -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
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user