1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Move cli in common out path

This commit is contained in:
Colin Leroy-Mira 2023-10-12 08:56:50 +02:00 committed by Oliver Schmidt
parent 6e0bbb00ee
commit e138403727

View File

@ -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
;----------------------------------------------------------------------------