]> git.sur5r.net Git - cc65/blob - libsrc/geos/graph/putdecimal.s
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / geos / graph / putdecimal.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 30.10.99
6
7 ; void PutDecimal         (char style, int value, char y, int x);
8
9             .import popa, popax
10             .import getintcharint
11             .export _PutDecimal
12
13             .include "../inc/jumptab.inc"
14
15 _PutDecimal:
16             jsr getintcharint
17             jsr popa
18             jmp PutDecimal