Hi SuB-ZeRo,

I'm a beginner to PBP but I think that you are trying to write a WORD into a BYTE.
If I look in the PBP manuel under WRITE there is this example:

w var word
WRITE 0,w.BYTE0
WRITE 1,w.BYTE1

Regards
Gert K.