First page Back Continue Last page Graphics
On-board peripherals
Some systems conserve power by halting execution instruction but leave on-board peripherals (timers, interrupts, etc) running
- Interrupt causes execution to resume
- code continues where it left off.
- Saves less power
- Doesn't require special hardware