BPT and IOT
This commit is contained in:
parent
8275c2c6d3
commit
af5bca7ae1
1 changed files with 4 additions and 0 deletions
4
op000.py
4
op000.py
|
@ -116,6 +116,10 @@ def op000_dispatcher(cpu, inst):
|
|||
op_rtt(cpu, inst)
|
||||
elif inst == 1:
|
||||
op_wait(cpu, inst)
|
||||
elif inst == 3:
|
||||
raise PDPTraps.BPT
|
||||
elif inst == 4:
|
||||
raise PDPTraps.IOT
|
||||
elif inst == 5:
|
||||
op_reset(cpu, inst)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue