summaryrefslogtreecommitdiff
path: root/tb/sim/modeswitch.py
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-07 13:30:03 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-07 13:31:57 -0600
commitbf8bd4a00f1cdfc93b2f702f5f87918e66a2e361 (patch)
tree936ed1d54cb117a51fe66b972f6a76869c4be2ac /tb/sim/modeswitch.py
parent0907d94bf1e71c5ec697db53933abc462e703c35 (diff)
Add test sim: modeswitch
Diffstat (limited to '')
-rw-r--r--tb/sim/modeswitch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tb/sim/modeswitch.py b/tb/sim/modeswitch.py
new file mode 100644
index 0000000..6919f2e
--- /dev/null
+++ b/tb/sim/modeswitch.py
@@ -0,0 +1,3 @@
+def final():
+ #TODO
+ assert_reg(r0, -1)