MOVB XARn, #8bit
6-200
MOVB XARn, #8bit Load Auxiliary Register With 8-bit Value
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
MOVB XAR0…5, #8bit 1101 0nnn CCCC CCCC X − 1
MOVB XAR6, #8bit 1011 1110 CCCC CCCC 1 − 1
MOVB XAR7, #8bit 1011 0110 CCCC CCCC 1 − 1
Operands XARn XAR0 to XAR7, 32-bit auxiliary registers
#8bit 8-bit immediate constant value
Description Load XARn with the 8-bit unsigned immediate value:
XARn = 0:8bit;
Flags and
Modes
None
Repeat This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.
Example
MOVB XAR0, #F2h ; Load XAR0 with 0x0000 00F2