diff options
Diffstat (limited to 'etc/oemu')
-rw-r--r-- | etc/oemu/test-00.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/oemu/test-00.s b/etc/oemu/test-00.s index ccd7da1..4b5db7c 100644 --- a/etc/oemu/test-00.s +++ b/etc/oemu/test-00.s @@ -13,4 +13,6 @@ some_label: ! X add x2, #3 ! ~ 0x0000001C mrow x4, #0 ! ~ 0x00000020 nop ! ~ 0x00000024 - hlt ! ~ 0x00000028 + or x1, #3 ! ~ 0x00000028 + xor x2, #3 ! ~ 0x0000002C + hlt ! ~ 0x00000030 |