Code:
DIM word_lo as byte
DIM word_hi as byte
DIM word_both as word at word_lo OVERLAY

   word_both = 513
   --> word_lo = 1
   --> word_hi = 2

    PORTB.3 = word_lo.0
    PORTC.2 = word_lo.1