mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
callptr4
This commit is contained in:
parent
82e62209d6
commit
a84463a3df
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
|
||||
|
Loading…
Reference in New Issue
Block a user