mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
Small space optimization in libsrc/atari/is_cmdline_dos.s.
This commit is contained in:
parent
69c293919a
commit
6f463d60a3
@ -11,10 +11,9 @@
|
||||
.include "atari.inc"
|
||||
|
||||
__is_cmdline_dos:
|
||||
ldx #0
|
||||
lda __dos_type
|
||||
cmp #MAX_DOS_WITH_CMDLINE + 1
|
||||
txa
|
||||
lda #0
|
||||
rol a
|
||||
eor #$01
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user