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