Table 11, Cpu control instructions, Table 12 – Zilog Z16F2810 User Manual
Page 41: Program control instructions

UM018809-0611
Assembly Language Introduction
ZNEO
®
CPU Core
User Manual
25
Table 11. CPU Control Instructions
Mnemonic
Operands
Instruction
Page
ATM
—
Atomic Operation Modifier
DI
—
Disable Interrupts
EI
—
Enable Interrupts
HALT
—
Halt Mode
NOFLAGS
—
No Flags Modifier
NOP
—
No Operation
STOP
—
Stop Mode
Table 12. Program Control Instructions
Mnemonic
Operands
Instruction
Page
BRK
—
On-Chip Debugger Break
CALL
dst
Call
CALLA
dst
Call Absolute
DJNZ
dst, src
Decrement, Jump if Nonzero
IRET
—
Interrupt Return
JP
dst
Jump
JPA
dst
Jump Absolute
JP cc
dst
Jump Conditional
RET
—
Return from Call
TRAP
vector
Software Trap