2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-08-17 14:54:15 +00:00
|
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-08-17 14:54:15 +00:00
|
|
|
; 30.10.99, 17.8.2003
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2003-08-17 14:54:15 +00:00
|
|
|
; void PutDecimal (char style, unsigned value, char y, int x);
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2013-05-09 11:56:54 +00:00
|
|
|
.import popa, popax
|
|
|
|
.import getintcharint
|
|
|
|
.export _PutDecimal
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2013-05-09 11:56:54 +00:00
|
|
|
.include "jumptab.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
_PutDecimal:
|
2013-05-09 11:56:54 +00:00
|
|
|
jsr getintcharint
|
|
|
|
jsr popa
|
|
|
|
jmp PutDecimal
|