put_number
From ArchaicPixels: HuC and PCEAS Documentation
put_number(int number, char width, int vaddr);
put_number(int number, char width, char x, char y);
Output a signed number. The 'width' argument is used
to format the number. As much as 'width' digit(s)
will be displayed. If the number has less than 'width'
digit(s), blank spaces will be added at its left.
If the number is negative, a '-' sign is added.
