wfbberzerker
Lifer
i'm writing a routine in assembly (using pascal) where i print out a decimal number, for part of a project involving decimal numbers. since the print character routine i'm using utilizes hex numbers only to print their ascii equivalents, i'm having some difficulty actually writing this.
i'm not exactly sure how i would go about this, so far all i can handle is printing single digit numbers by adding 30hex to them, to get the ascii number, which is in hex.
any ideas on how to do this?
i'm not exactly sure how i would go about this, so far all i can handle is printing single digit numbers by adding 30hex to them, to get the ascii number, which is in hex.
any ideas on how to do this?