>>972
RETI命令があるところ(割込み処理の終わりとか)にジャンプさせる。
 JMP reset_start
 JMP int_ret
 JMP int_ret
 ・・・
 JMP int_ret
int_ret:
 RETI
reset_start: