1
0
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:
jespergravgaard 2021-08-09 00:51:28 +02:00
parent 66a1222fdb
commit 92755c6287
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
jsr {la1}
icall: @outside_flow
jmp ({z1}) @outside_flow

View File

@ -0,0 +1 @@
jsr {c1}