]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/putstring.s
Started to add text output functions
[cc65] / libsrc / geos / graph / putstring.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 30.10.99
6
7 ; void PutString        (char *mytxt, char y, int x);
8
9             .import popax, popa
10             .import getintcharint
11             .export _PutString
12
13             .include "../inc/jumptab.inc"
14
15 _PutString:
16             jsr getintcharint
17             jmp PutString