]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/system/callroutine.s
Moved the 'system' files from 'geos-cbm' to 'geos-common' which are believed to work...
[cc65] / libsrc / geos-common / system / callroutine.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 21.12.99
6
7 ; void CallRoutine (myRoutine);
8
9             .export _CallRoutine
10
11             .include "jumptab.inc"
12
13 _CallRoutine = CallRoutine