SETC OBJMODE
6-323
SETC OBJMODE Set the OBJMODE Status Bit
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
SETC OBJMODE 0101 0110 0001 1111 X − 5
Operands
OBJMODE
Status bit
Description Set the OBJMODE status bit, putting the device in C28x object mode
(supports C2XLP source):
Flags and
Modes
OBJMODE
Set the OBJMODE bit.
Repeat This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.
Example ;
Set the device mode from reset to C28x:
Reset:
SETC OBJMODE ; Enable C28x Object Mode
CLRC AMODE ; Enable C28x Address Mode
.c28_amode ; Tell assembler we are in C28x address mode
SETC M0M1MAP ; Enable C28x Mapping Of M0 and M1 blocks
.
.