diff options
Diffstat (limited to 'tb/sim/cpuid.py')
| -rw-r--r-- | tb/sim/cpuid.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tb/sim/cpuid.py b/tb/sim/cpuid.py new file mode 100644 index 0000000..feb6b68 --- /dev/null +++ b/tb/sim/cpuid.py @@ -0,0 +1,2 @@ +def final(): + assert_reg(r0, 0x41018100); |
