First page Back Continue Last page Graphics
Questions
How does the hardware know where to jump to?
- Fixed addresses (limited subroutine length?)
- Address tables (fixed or specifiable location)
- Dedicated registers (expensive?)
Can an interrupt occur in the middle of an instruction?
- No.
- Exception: block move instructions. (Z80, x86)