This commit is contained in:
Lauri Kasanen 2017-05-01 20:12:18 +03:00
parent 82e62209d6
commit a84463a3df
1 changed files with 10 additions and 0 deletions

10
libsrc/runtime/callptr4.s Normal file
View File

@ -0,0 +1,10 @@
;
; CC65 runtime: call function via pointer in ptr4
;
.export callptr4
.importzp ptr4
callptr4:
jmp (ptr4) ; jump there