Intel Microcontroller Microscope & Magnifier User Manual


 
8XC196NP, 80C196NU USER’S MANUAL
A-52
Table A-8 lists instructions along with their lengths and opcodes for each applicable addressing
mode. A dash (—) in any column indicates “not applicable.”
E6 EJMP
E7 LJMP
E8 ELD Indirect
E9 ELD Indexed
EA ELDB Indirect
EB ELDB Indexed
EC DPTS
ED EPTS
EE Reserved (Note 1)
EF LCALL
F0 RET
F1 ECALL
F2 PUSHF
F3 POPF
F4 PUSHA
F5 POPA
F6 IDLPD
F7 TRAP
F8 CLRC
F9 SETC
FA DI
FB EI
FC CLRVT
FD NOP
FE DIV/DIVB/MUL/MULB (Note 2)
FF RST
NOTES:
1. This opcode is reserved, but it does not generate an unimplemented opcode interrupt.
2. Signed multiplication and division are two-byte instructions. For each signed instruction, the
first byte is “FE” and the second is the opcode of the corresponding unsigned instruction. For
example, the opcode for MULU (3 operands) direct is “4C,” so the opcode for MUL (3 oper-
ands) direct is “FE 4C.”
Table A-7. Instruction Opcodes (Continued)
Hex Code Instruction Mnemonic