diff options
-rw-r--r-- | etc/oemu/test-00.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/oemu/test-00.s b/etc/oemu/test-00.s index 1fa7ff1..ca0094d 100644 --- a/etc/oemu/test-00.s +++ b/etc/oemu/test-00.s @@ -11,4 +11,5 @@ some_label: ! X dec x0 ! ~ 0x00000014 <----+ inc x1 ! ~ 0x00000018 add x2, #3 ! ~ 0x0000001C - hlt ! ~ 0x00000020 + mrow x4, #0 ! ~ 0x00000020 + hlt ! ~ 0x00000024 |