Intel 8XC196K Series User Manual page 470

Table of Contents

Advertisement

Mnemonic
RST
RESET SYSTEM. Initializes the PSW to zero,
the PC to 2080H, and the pins and SFRs to
their reset values. Executing this instruction
causes the RESET# pin to be pulled low for
16 state times.
SFR
Reset Status
Pin
Reset Status
PSW
0
PC
2080H
Z
0
SCALL
SHORT CALL. Pushes the contents of the
program counter (the return address) onto
the stack, then adds to the program counter
the offset between the end of this instruction
and the target label, effecting the call. The
offset must be in the range of –1024 to
+1023.
SP
SP – 2
(SP)
PC
PC
PC+11-bit disp
Z
SETC
SET CARRY FLAG. Sets the carry flag.
C
1
Z
Table A-6. Instruction Set (Continued)
Operation
PSW Flag Settings
N
C
V
VT
ST
0
0
0
0
0
PSW Flag Settings
N
C
V
VT
ST
PSW Flag Settings
N
C
V
VT
ST
1
INSTRUCTION SET REFERENCE
Instruction Format
RST
(11111111)
SCALL
cadd
(00101xxx) (disp-low)
NOTE: The displacement (disp) is sign-
extended to 16-bits.
SETC
(11111001)
A-31

Advertisement

Table of Contents
loading

Table of Contents