Print the 8-bit number in X at text location (0, 1). Print the number to
5 digits, left-padding with spaces for numbers with fewer than 3 digits (so
numbers < 10000 are right-aligned), with no decimal point.
Arguments:XThe number to print
.ee3LDY#1\ Move the text cursor to row 1STYYCDEY\ Decrement Y to 0 for the high byte in pr6STYXC\ Move the text cursor to column 0\ Fall through into pr6 to print X to 5 digits, as the\ high byte in Y is 0