Could someone please help with a few lines of code explaining how to do the following:

If I have :
Code:
ValueBig  var WORD
ValueSm Var Byte

ValueBig=5438
I would like to get 54 in ValueSm.

Thanks in advance.