As an Agon developer
I want to be able to set and reset interrupt vector calls
So that I can write applications that take full advantage of the eZ80 peripherals
Acceptance Criteria:
- The function must return the previous handler address after setting
- It will be the developer's responsibility to restore the status quo once finished
- No attempts will be made to determine whether the call points to a valid interrupt
As an Agon developer
I want to be able to set and reset interrupt vector calls
So that I can write applications that take full advantage of the eZ80 peripherals
Acceptance Criteria: