diff options
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) |
