mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 20:37:16 +00:00
Another two bytes saved
This commit is contained in:
parent
dd833125a8
commit
e3bc143f27
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user