LPC2103
return address
參考資訊:
1. arm-assembler
2. lpc-arm-book
3. arm_exception_slides
如下:
exception | return address |
---|---|
reset | none |
undefined instruction | lr |
software interrupt | lr |
prefetch abort | lr-4 |
data abort | lr-8 |
irq | lr-4 |
fiq | lr-4 |
return address
參考資訊:
1. arm-assembler
2. lpc-arm-book
3. arm_exception_slides
如下:
exception | return address |
---|---|
reset | none |
undefined instruction | lr |
software interrupt | lr |
prefetch abort | lr-4 |
data abort | lr-8 |
irq | lr-4 |
fiq | lr-4 |