CLRC OBJMODE
6-69
CLRC OBJMODE Clear the OBJMODE Bit
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
CLRC OBJMODE 0101 0110 0011 0110 X − 5
Operands
OBJ-
MODE
Status bit
Description Clear the OBJMODE status bit, enabling the device to execute C27x object
code.
Note: The pipeline is flushed when this instruction is executed.
Flags and
Modes
OBJ-
MODE
The OBJMODE bit is cleared.
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 C27x object-compatible mode:
Reset:
CLRC OBJMODE ; Enable C27x Object Mode
CLRC AMODE ; Enable C27x/C28x Address Mode
.c28_amode ; Tell assembler we are in C27x/C28x addr mode
CLRC M0M1MAP ; Enable C27x Mapping Of M0 and M1 blocks
.
.