![Epson S1C17 Series Скачать руководство пользователя страница 174](http://html.mh-extra.com/html/epson/s1c17-series/s1c17-series_manual_107781174.webp)
S1C17 CORE MANUAL
Seiko Epson Corporation
7-115
(Rev. 1.2)
retd
Function
Return from a debug-interrupt handler routine
Standard) r0
←
A[DBRAM + 0x4](23:0), {psr, pc}
←
A[DBRAM + 0x0]
Extension 1) Unusable
Extension 2) Unusable
Code
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Flag
IL IE C V Z N
↔
↔
↔
↔
↔
↔
|
|
|
| |
Mode
–
CLK
Four cycles
Description
Restore the contents of the R0, PSR, and PC that were saved to the work area for debugging
(DBRAM) when an debug interrupt occurred to the respective registers, and return from the debug
interrupt handler routine.
This instruction is provided for debug firmware. Do not use it in the user program.
Example
retd
; Return from a debug interrupt handler routine