]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/graph/putstring.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / putstring.s
1 ;
2 ; Maciej 'YTM/Alliance' Witkowiak
3 ;
4 ; 30.10.99
5
6 ; void PutString        (char *mytxt, char y, int x);
7
8             .import popax, popa
9             .import getintcharint
10             .export _PutString
11
12             .include "jumptab.inc"
13
14 _PutString:
15         jsr getintcharint
16         jmp PutString