PIC17CXX Instruction Set


MOVLB


Syntax : MOVLB k

Description : The constant 'k' is loaded into the least significant 4 bits
              of the Bank Select Register (BSR). Only the low 4 bits of BSR are 
              affected. 

Function : k → BSR<3:0>

Hex code : B8uk

Bit field:
1011 1000 uuuu kkkk

Words : 1

Cycles : 1

Affected flags :None

See also : MOVLR
Previous    Upper level    Next