1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-19 14:29:40 +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
; 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