diff options
Diffstat (limited to 'tb/sim/shifts.py')
| -rw-r--r-- | tb/sim/shifts.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tb/sim/shifts.py b/tb/sim/shifts.py new file mode 100644 index 0000000..38f24a2 --- /dev/null +++ b/tb/sim/shifts.py @@ -0,0 +1,4 @@ +def final(): + assert_reg(r0, 0x00015000) + assert_reg(r2, 0x00015000) + assert_reg(r3, 0xaaa9fd55) |
