]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/graph/graphicsstring.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / graphicsstring.s
1 ;
2 ; Maciej 'YTM/Alliance' Witkowiak
3 ;
4 ; 25.12.99
5
6 ; void GraphicsString         (char *myString);
7
8             .export _GraphicsString
9
10             .include "jumptab.inc"
11             .include "geossym.inc"
12
13 _GraphicsString:
14         sta r0L
15         stx r0H
16         jmp GraphicsString