mirror of
https://github.com/cc65/cc65.git
synced 2025-04-09 10:39:40 +00:00
Move cli in common out path
This commit is contained in:
parent
6e0bbb00ee
commit
e138403727
@ -477,14 +477,13 @@ IntA:
|
||||
StoreFlag:
|
||||
sta SER_FLAG
|
||||
|
||||
cli
|
||||
|
||||
ldy #$01 ; Mark port opened
|
||||
lda #SER_ERR_OK
|
||||
|
||||
SetupOut:
|
||||
ldx #$00 ; Promote char return value
|
||||
sty Opened
|
||||
cli
|
||||
rts
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user