diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-07 13:30:03 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-07 13:31:57 -0600 |
| commit | bf8bd4a00f1cdfc93b2f702f5f87918e66a2e361 (patch) | |
| tree | 936ed1d54cb117a51fe66b972f6a76869c4be2ac /tb/sim/modeswitch.py | |
| parent | 0907d94bf1e71c5ec697db53933abc462e703c35 (diff) | |
Add test sim: modeswitch
Diffstat (limited to 'tb/sim/modeswitch.py')
| -rw-r--r-- | tb/sim/modeswitch.py | 3 |
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) |
