![Epson S1C17 Series Скачать руководство пользователя страница 78](http://html.mh-extra.com/html/epson/s1c17-series/s1c17-series_manual_107781078.webp)
S1C17 CORE MANUAL
Seiko Epson Corporation
7-19
(Rev. 1.2)
(5) Delayed slot instruction
This instruction may be executed as a delayed slot instruction by writing it directly after
a branch instruction with the “d” bit. In this case, extension of the immediate by the
ext
instruction cannot be performed.
Example
(1)
cmc %r0,%r1 ; Changes the flags according to the results of
; r0 - r1 - C.
(2)
ext 0x1fff
cmc %r1,%r2 ; Changes the flags according to the results of
; r2 - 0x1fff - C.