MOVB AR6/7, #8bit
6-188
MOVB AR6/7, #8bit Load Auxiliary Register With an 8-bit Constant
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
MOVB AR6, #8bit 1101 0110 CCCC CCCC X − 1
MOVB AR7, #8bit 1101 0111 CCCC CCCC X − 1
Operands XARn XAR6 OR XAR7, 32-bit auxiliary registers
#8bit 8-bit immediate constant value
Description Load AR6 or AR7 with an 8-bit unsigned constant and upper 16 bits of XAR6
and XAR7 are unchanged:
AR6/7 = 0:8bit;
AR6/7H = unchanged;
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