mirror of
https://github.com/a2-4am/4cade.git
synced 2025-03-11 04:38:05 +00:00
better prefix handling
This commit is contained in:
parent
b7d98f529d
commit
b557667613
@ -151,18 +151,17 @@ ProDOS_enter
|
|||||||
iny
|
iny
|
||||||
tya
|
tya
|
||||||
pha
|
pha
|
||||||
dey
|
|
||||||
@copy_prefix
|
@copy_prefix
|
||||||
lda ProDOS_prefix, y
|
lda ProDOS_prefix-1, y
|
||||||
iny
|
|
||||||
sta (buffer), y
|
sta (buffer), y
|
||||||
dey
|
dey
|
||||||
dey
|
|
||||||
bne @copy_prefix
|
bne @copy_prefix
|
||||||
pla
|
pla
|
||||||
sta (buffer), y
|
sta (buffer), y
|
||||||
|
tay
|
||||||
lda #'/'
|
lda #'/'
|
||||||
iny
|
sta (buffer), y
|
||||||
|
ldy #1
|
||||||
sta (buffer), y
|
sta (buffer), y
|
||||||
bne @jmp_zp2
|
bne @jmp_zp2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user