| ??? 01/02/09 08:37 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#161255 - Correction Responding to: ???'s previous message |
LabelA:
MOV R0, #4 ; The maximum nested interrupt level possible
SJMP LabelC
LabelB:
RETI
LabelC:
LCALL LabelB ; Execute a RETI
DJNZ R0, LabelC
|
| Topic | Author | Date |
| Returning from the timer without using RETI | 01/01/70 00:00 | |
| LJMP 0 is not a Reset | 01/01/70 00:00 | |
| Correction | 01/01/70 00:00 | |
Problem solved | 01/01/70 00:00 | |
| any means of exit from an ISR ... | 01/01/70 00:00 |



