Hi Nomad,

I think what's happening is that you are displaying the ASCII character for the value contained in each element of the array.

Try:
lcdout $FE, $C0 + pos, DEC3 Mastercode[x]

or:
lcdout $FE, $C0 + pos, HEX2 Mastercode[x]

Best Regards,
Paul