C28OBJ
6-66
C28OBJ Set the OBJMODE Bit
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
C28OBJ 0101 0110 0001 1111 X − 5
Note: This instruction is an alias for the “SETC OBJMODE” instruction.
Operands None
Description Set the OBJMODE status bit, putting the device in C28x object mode
(supports C2xLP source):
Flags and
Modes
OBJ-
MODE
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:
C28OBJ ; Enable C28x Object Mode
C28ADDR ; Enable C27x/C28x Address Mode
.c28_amode ; Tell assembler we are in C27x/C28x address mode
C28MAP ; Enable C28x Mapping Of M0 and M1 blocks
.
.