247
6. Switch passed to PRAGMA extended function
[( Definition format )]
Symbol
[( Definition range )]
E, F, B or R
[( Default value )]
None
Specify the switch to be passed to #pragma INTHANDLER or #pragma INTERRUPT. If "E" is specified, a "/E"
switch is selected, in which case multiple interrupts are enabled. If "F" is specified, a "/F" switch is selected, in
which case a "FREIT" instruction is output at return from the interrupt handler. If "B" is specified, a "/B" switch
is selected, in which case register bank 1 is selected. If "R" is specified, a "/R" switch is selected, in which case
no codes are output that change the floating-number rounding mode of the FLG register to the "nearest value."
Multiple switches can be specified at the same time. However, if a kernel managed interrupt handler is con-
cerned, only the "E" or "R" switch can be specified. For non-kernel managed interrupt handlers, the "E", "F" and
"B" switches can be specified, providing that "E" and "B" are not specified at the same time.
[( Fixed interrupt vector definition )]
This definition needs to be set when interrupt handlers based on fixed vector table are used.
<< Format >>
// Fixed Interrupt Vector Definition
interrupt_fvector[
Vector No.
]{
entry_address
=
Start address
;
pragma_switch
=
Switch passed to PRAGMA extended function
;
};
:
:
The interrupt vector number can be set in the range from 0 to 11. The relationship between the vector numbers and the in-
terrupts and vector addresses is shown below. All these interrupts are handled as non-kernel managed interrupt handlers.
Содержание Emulator System M3T-MR100
Страница 3: ...M3T MR100 4 V 1 00 User s Manual User s Manual Rev 1 00 2007 09 Real time OS for R32C 100 Series...
Страница 6: ......
Страница 14: ......
Страница 16: ...xii...
Страница 18: ......
Страница 78: ......
Страница 242: ......
Страница 269: ...253 235 entry_address alm2 236 name ID_alm2 237 exinf 0x12345678 238 239 240 241 242 End of Configuration 243...
Страница 279: ...263...
Страница 290: ......
Страница 294: ......
Страница 304: ...288...
Страница 306: ...1753 Shimonumabe Nakahara ku Kawasaki shi Kanagawa 211 8668 Japan M3T MR100 4 V 1 00 REJ10J1523 0100 User s Manual...