]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/graph/loadcharset.s
Normalized coding style.
[cc65] / libsrc / geos-common / graph / loadcharset.s
1 ;
2 ; Maciej 'YTM/Alliance' Witkowiak
3 ;
4 ; 21.12.99
5
6 ; void LoadCharSet (struct fontdesc *myFont);
7
8             .export _LoadCharSet
9
10             .include "jumptab.inc"
11             .include "geossym.inc"
12
13 _LoadCharSet:
14         sta r0L
15         stx r0H
16         jmp LoadCharSet