]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/putchar.s
dio bugfix, added get_tv and get_ostype functions
[cc65] / libsrc / geos / graph / putchar.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 30.10.99
6
7 ; void PutChar         (char character, char y, int x);
8
9             .import popa
10             .export _PutChar
11
12             .include "../inc/jumptab.inc"
13             .include "../inc/geossym.inc"
14
15 _PutChar:
16             sta r11L
17             stx r11H
18             jsr popa
19             sta r1H
20             jsr popa
21             jmp PutChar