mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-16 18:30:37 +00:00
Finished better ASM fragment handling for pointer to pointer. Closes #484
This commit is contained in:
parent
4149381b74
commit
e96dd5825b
17726
src/main/fragment/cache/fragment-cache-mos6502x.asm
vendored
Normal file
17726
src/main/fragment/cache/fragment-cache-mos6502x.asm
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,5 @@
|
||||
!:
|
||||
lda {c2}-1,x
|
||||
sta {c1}-1,x
|
||||
dex
|
||||
bne !-
|
Loading…
x
Reference in New Issue
Block a user