mirror of
https://github.com/cc65/cc65.git
synced 2025-01-23 13:30:01 +00:00
Minor adjustment to recent change.
This commit is contained in:
parent
37ad190820
commit
b979fb5763
@ -230,8 +230,8 @@ source: jsr $BF00
|
||||
; Check for startup filename support
|
||||
; ProDOS TechRefMan, chapter 5.1.5.1:
|
||||
; "$2000 is a jump instruction. $2003 and $2004 are $EE."
|
||||
system: lda $2000
|
||||
cmp #$4C
|
||||
system: lda #$4C
|
||||
cmp $2000
|
||||
bne jump
|
||||
lda #$EE
|
||||
cmp $2003
|
||||
|
Loading…
x
Reference in New Issue
Block a user