1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-16 21:07:56 +00:00

Added advanced call fragment.

This commit is contained in:
jespergravgaard 2021-08-09 01:54:22 +02:00
parent d3ed5f774f
commit dfa0109613

View File

@ -0,0 +1,8 @@
lda ({z1}),y
sta $fe
iny
lda ({z1}),y
sta $ff
jsr {la1}
{la1}: @outside_flow
jmp ($fe) @outside_flow