adviceLUNA II Support
What is the behavior if interrupts occur while executing step?
[Question]
What is the behavior if interrupts occur while executing step?
[Answer]
The behavior is depending on the types of step execution.
The following explains the cases of accepting/not accepting the interruption for each step execution.
What is the behavior if interrupts occur while executing step?
[Answer]
The behavior is depending on the types of step execution.
The following explains the cases of accepting/not accepting the interruption for each step execution.
- For instruction step (inst): Not accept the interruption.
- For line step (line): Not accept the interruption.
- For function step (func-in/func-out): Not accept the interruption.
- For line step within own function(next): Accept the interruption.
- For back to parent function (next return): Accept the interruption.
Note |
Please cooperate questionaire cooperation
Was this answer stood to the visitor's role?