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

Another two bytes saved

This commit is contained in:
Colin Leroy-Mira 2023-09-13 08:18:31 +02:00 committed by Oliver Schmidt
parent dd833125a8
commit e3bc143f27

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