NEC mPD780852 Series Preliminary User's Manual page 251

8-bit single-chip microcontrollers
Table of Contents

Advertisement

(6) Program status word (PSW)
The program status word is a register to hold the instruction execution result and the current status for an interrupt
request. The IE flag to set maskable interrupt enable/disable and the ISP flag to control multiple interrupt
processing are mapped.
Besides 8-bit read/write, this register can carry out operations with a bit manipulation instruction and dedicated
instructions (EI and DI). When a vectored interrupt request is acknowledged, if the BRK instruction is executed,
the contents of PSW are automatically saved into a stack and the IE flag is reset to 0. If a maskable interrupt
request is acknowledged, the contents of the priority specify flag of the acknowledged interrupt are transferred
to the ISP flag. The PSW contents are also saved into the stack with the PUSH PSW instruction. They are reset
from the stack with the RETI, RETB, and POP PSW instructions.
RESET input sets PSW to 02H.
7
6
5
PSW
IE
Z
RBS1
CHAPTER 19 INTERRUPT FUNCTIONS
Figure 19-7. Program Status Word Format
4
3
2
1
0
AC
RBS0
0
ISP
CY
Preliminary User's Manual U14581EJ3V0UM00
After Reset
02H
Used when normal instruction is executed
ISP
Priority of Interrupt Currently Being Serviced
0
High-priority interrupt servicing (low-priority
interrupt disabled)
Interrupt request not acknowledged, or low-
1
priority interrupt servicing. (all maskable
interrupts enabled)
IE
Interrupt Request Acknowledge Enable/Disable
0
Disabled
1
Enabled
251

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mpd780851Mpd780851aMpd780852aMpd78f0852

Table of Contents