mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
13 lines
196 B
ArmAsm
13 lines
196 B
ArmAsm
|
;
|
||
|
; Maciej 'YTM/Elysium' Witkowiak <ytm@elysium.pl>
|
||
|
; 23.12.2002
|
||
|
;
|
||
|
; CC65 runtime: call function via pointer in ax
|
||
|
;
|
||
|
|
||
|
.include "../inc/jumptab.inc"
|
||
|
|
||
|
.export callax
|
||
|
|
||
|
callax = CallRoutine
|