1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Another two bytes saved

This commit is contained in:
Colin Leroy-Mira 2023-09-13 08:18:31 +02:00
parent aa5ee8423a
commit e815523c7a

View File

@ -330,8 +330,12 @@ SER_GET:
beq :+
cmp #63
bcc :+
.if (.cpu .bitand CPU_ISET_65C02)
stz Stopped
.else
lda #$00
sta Stopped
.endif
lda RtsOff
ora #%00001000
sta ACIA_CMD,x