2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; 21.12.1999, 2.1.2003
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
; char GetCharWidth (char character);
|
|
|
|
|
|
|
|
.export _GetCharWidth
|
|
|
|
|
2012-01-31 20:49:58 +00:00
|
|
|
.include "jumptab.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2003-01-02 01:50:39 +00:00
|
|
|
_GetCharWidth:
|
2012-02-08 15:54:44 +00:00
|
|
|
jsr GetCharWidth
|
|
|
|
ldx #0
|
|
|
|
rts
|