1
0
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:
jespergravgaard 2020-07-01 23:39:45 +02:00
parent 4149381b74
commit e96dd5825b
2 changed files with 17731 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
!:
lda {c2}-1,x
sta {c1}-1,x
dex
bne !-