]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/graph/putdecimal.s
Moved the 'graph' files from 'geos-cbm' to 'geos-common' which are believed to work...
[cc65] / libsrc / geos-common / 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