]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/loadcharset.s
New module fileio-test.c
[cc65] / libsrc / geos / 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 "../inc/jumptab.inc"
12             .include "../inc/geossym.inc"
13
14 _LoadCharSet:
15             sta r0L
16             stx r0H
17             jmp LoadCharSet