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

Move cli in common out path

This commit is contained in:
Colin Leroy-Mira 2023-10-12 08:56:50 +02:00
parent f92bd0356a
commit 0b66b0c1ef

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