目录
reti
无
1
return from isr
中断返回;
1 2 3 4 5 6 7
cseg at INTERRUPT_ENTRY_ADDRESS jmp isr //跳转到中断服务程序 cseg isr: nop ... reti //中断返回