]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/graph/graphicsstring.s
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / libsrc / geos-cbm / graph / graphicsstring.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 25.12.99
6
7 ; void GraphicsString         (char *myString);
8
9             .export _GraphicsString
10
11             .include "jumptab.inc"
12             .include "geossym.inc"
13
14 _GraphicsString:
15             sta r0L
16             stx r0H
17             jmp GraphicsString