
270
CHAPTER 16 INTERRUPT FUNCTION
User
’
s Manual U15017EJ2V0UD
16.8.3 Basic macro service operation
Interrupt requests for which the macro service processing generated by the algorithm shown in Figure 16-10 can
be specified are basically serviced in the sequence shown in Figure 16-18.
Interrupt requests for which macro service processing can be specified are not affected by the status of the IE
flag, but are disabled by setting an interrupt mask flag in the interrupt mask register (MK0, MK1L) to 1. Macro service
processing can be executed in the interrupt disabled state and during execution of an interrupt service program.
Figure 16-18. Macro Service Processing Sequence
The macro service type and transfer direction are determined by the value set in the macro service control word
mode register. Transfer processing is then performed using the macro service channel specified by the channel
pointer according to the macro service type.
The macro service channel is memory which contains the macro service counter which records the number of
transfers, the transfer destination and transfer source pointers, and data buffers, and can be located at any address
in the range FE06H to FE1DH when the LOCATION 0H instruction is executed, or FFE06H to FFE1DH when the
LOCATION 0FH instruction is executed.
No
MSC = 0
VCIE = 1
MSC
←
MSC
1
Interrupt service mode bit
←
0
Interrupt request flag
←
0
Yes
No
Yes
Macro service processing execution
; Data transfer, real-time output port control
; Decrement macro service counter (MSC)
Interrupt request generation
Execute next instruction
Generation of interrupt request for which
macro service processing can be specified