1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00

Minor adjustment to recent change.

This commit is contained in:
Oliver Schmidt 2016-05-30 14:31:53 +02:00
parent 37ad190820
commit b979fb5763

View File

@ -230,8 +230,8 @@ source: jsr $BF00
; Check for startup filename support ; Check for startup filename support
; ProDOS TechRefMan, chapter 5.1.5.1: ; ProDOS TechRefMan, chapter 5.1.5.1:
; "$2000 is a jump instruction. $2003 and $2004 are $EE." ; "$2000 is a jump instruction. $2003 and $2004 are $EE."
system: lda $2000 system: lda #$4C
cmp #$4C cmp $2000
bne jump bne jump
lda #$EE lda #$EE
cmp $2003 cmp $2003