Peter, I would use eeprom.

Just load all your hex values with

EEPROM 0,[$12,$34,$44,$22,$F4,$40,$01,$57,$13,.............]

Then to load the value into a byte variable use read instruction.

READ index * 3 , byte_value

Cheers


Al.