Hi,
I'm sorry, I thought you where using a serial LCD and SEROUT2 to write to that display since there was no LCDOUT in the code in your first post.
Code:
dat VAR BYTE
dat = 83
LCDOUT $FE, 1, "dat = ", #dat
Have a look at the manual for the various modifiers that can be used.