mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-16 21:07:56 +00:00
Added support for indirect calls to advanced expressions through a new fragment type. Closes #708
This commit is contained in:
parent
66a1222fdb
commit
92755c6287
3
src/main/fragment/mos6502-common/call__deref_pprz1.asm
Normal file
3
src/main/fragment/mos6502-common/call__deref_pprz1.asm
Normal file
@ -0,0 +1,3 @@
|
||||
jsr {la1}
|
||||
icall: @outside_flow
|
||||
jmp ({z1}) @outside_flow
|
1
src/main/fragment/mos6502-common/call_vprc1.asm
Normal file
1
src/main/fragment/mos6502-common/call_vprc1.asm
Normal file
@ -0,0 +1 @@
|
||||
jsr {c1}
|
Loading…
Reference in New Issue
Block a user