Omnimaga

Calculator Community => TI Calculators => ASM => Topic started by: blue_bear_94 on June 28, 2013, 04:59:23 pm

Title: Hex Display Routines
Post by: blue_bear_94 on June 28, 2013, 04:59:23 pm
I would like to thank Xeda112358, jacobly, and Runer112 for a tremendous amount of assistance with these programs.
Sources:
http://pastebin.com/8dsQcwLN (8)
and
http://pastebin.com/Tb84GFXg (16)

Syntax:
{row, col, val}
The rows and columns start with 0, to save memory and to allow you to write 9 when you need to use 10 for Output, as an additional memory saver.
P. S. I completely forgot to say that the text will be drawn aligned to the right. So the second entry must be the column of the rightmost digit.
P. P. S. Turns out that I completely wasted my time on these programs.