A word consits of a high byte and a low byte. (see manual)
There is also a shift (right) possibility in PBP. (>>)
Only you have to copy the lsb of the high byte to the msb of the low byte after every shift.
A word consits of a high byte and a low byte. (see manual)
There is also a shift (right) possibility in PBP. (>>)
Only you have to copy the lsb of the high byte to the msb of the low byte after every shift.
Bookmarks