From af5bca7ae134d993f709e5b0b984bc27c419953d Mon Sep 17 00:00:00 2001 From: Neil Webber Date: Mon, 16 Oct 2023 09:09:25 -0500 Subject: [PATCH] BPT and IOT --- op000.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/op000.py b/op000.py index 80b3cdc..5a5bf0e 100644 --- a/op000.py +++ b/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)