maybe like this

100/213 *256 = 120

using the */ operator
1023 */ 120 = 479

so
adcVal1 = adcVal */120

lcdout $fe, $C0, dec adcval1/100 ".",dec1 adcVal1//100