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