1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00
cc65/libsrc/runtime/callptr4.s

11 lines
174 B
ArmAsm
Raw Permalink Normal View History

2017-05-01 17:12:18 +00:00
;
; CC65 runtime: call function via pointer in ptr4
;
.export callptr4
.importzp ptr4
callptr4:
jmp (ptr4) ; jump there