]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/graph/putdecimal.s
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / libsrc / geos-cbm / graph / putdecimal.s
1
2 ;
3 ; Maciej 'YTM/Elysium' Witkowiak
4 ;
5 ; 30.10.99, 17.8.2003
6
7 ; void PutDecimal         (char style, unsigned value, char y, int x);
8
9             .import popa, popax
10             .import getintcharint
11             .export _PutDecimal
12
13             .include "jumptab.inc"
14
15 _PutDecimal:
16             jsr getintcharint
17             jsr popa
18             jmp PutDecimal