]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/graph/getcharwidth.s
82ffd1018e21326b8b185fc5cfe7ff572aa6eb67
[cc65] / libsrc / geos-cbm / graph / getcharwidth.s
1
2 ;
3 ; Maciej 'YTM/Elysium' Witkowiak
4 ;
5 ; 21.12.1999, 2.1.2003
6
7 ; char GetCharWidth (char character);
8
9             .export _GetCharWidth
10
11             .include "../inc/jumptab.inc"
12
13 _GetCharWidth:
14             jsr GetCharWidth
15             ldx #0
16             rts