ImageCraft Assembly Language Guide, Document # 001-44475 Rev. *B
47
M8C Instruction Set
4.10
Halt
HALT
Halts the execution of the processor. The processor will remain halted until a Power-On-Reset
(POR), Watchdog Timer Reset (WDR), or external reset (XRES) event occurs. The POR, WDR, and
XRES are all hardware resets that will cause a complete system reset, including the resetting of reg-
isters to their power-on state. Watchdog reset will not cause the Watchdog Timer to be disabled,
while all other resets will disable the Watchdog Timer.
Instructions
Operation
Opcode
Cycles Bytes
Mnemonic
Argument
HALT
0x30
9
1
Conditional
Flags:
CF
ZF
Unaffected.
Unaffected.
Example:
halt
;sets STOP bit in CPU_SCR register
reg CPU_SCR
reg CPU_SCR
1
+
Summary of Contents for PSoC DESIGNER ImageCraft M8C
Page 6: ...6 ImageCraft Assembly Language Guide Document 001 44475 Rev B Contents Feedback ...
Page 10: ...10 ImageCraft Assembly Language Guide Document 001 44475 Rev B Introduction Feedback ...
Page 24: ...24 ImageCraft Assembly Language Guide Document 001 44475 Rev B M8C Microprocessor Feedback ...
Page 95: ...ImageCraft Assembly Language Guide Document 001 44475 Rev B 95 Assembler Directives Feedback ...
Page 96: ...96 ImageCraft Assembly Language Guide Document 001 44475 Rev B Assembler Directives Feedback ...
Page 104: ...104 ImageCraft Assembly Language Guide Document 001 44475 Rev B Feedback ...
Page 108: ...108 ImageCraft Assembly Language Guide Document 001 44475 Rev B Index Feedback ...