summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/oemu/test-00.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/oemu/test-00.s b/etc/oemu/test-00.s
index 4b5db7c..f6015c1 100644
--- a/etc/oemu/test-00.s
+++ b/etc/oemu/test-00.s
@@ -15,4 +15,6 @@ some_label: ! X
nop ! ~ 0x00000024
or x1, #3 ! ~ 0x00000028
xor x2, #3 ! ~ 0x0000002C
- hlt ! ~ 0x00000030
+ lsr x2, #1 ! ~ 0x00000030
+ lsl x2, #1 ! ~ 0x00000034
+ hlt ! ~ 0x00000038