Brent O'Neil 1b18426c5c Added the Interupt (int <imm>) and Return from Interupt (intr) command.
Interupt pushes the flag register and the instruction pointer, then resets
execution to 0x0200 + (imm)*2.

Return from interupt pops the flags back and sets the ip. Returning execution
to the interupting code.

Implemented using a CPU hook that can be used to later implement interupts generated
from hardware, or for errors like divide by 0.
2017-12-30 02:02:18 +11:00
..
2017-12-27 17:52:40 -06:00
2017-12-28 13:34:11 -05:00