cc65/libsrc/runtime/callptr4.s

11 lines
174 B
ArmAsm
Raw Normal View History

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