callptr4
This commit is contained in:
10
libsrc/runtime/callptr4.s
Normal file
10
libsrc/runtime/callptr4.s
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
;
|
||||||
|
; CC65 runtime: call function via pointer in ptr4
|
||||||
|
;
|
||||||
|
|
||||||
|
.export callptr4
|
||||||
|
.importzp ptr4
|
||||||
|
|
||||||
|
callptr4:
|
||||||
|
jmp (ptr4) ; jump there
|
||||||
|
|
||||||
Reference in New Issue
Block a user