summaryrefslogtreecommitdiff
path: root/etc/oemu/test-00.s
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-27 23:22:32 -0400
committerIan Moffett <ian@osmora.org>2025-07-28 03:31:12 -0400
commit7859e0ff5fbc94ec0b36168ac81e94482274b5c6 (patch)
treeffa3328b1df32117febd6e88d9ee57c54c6caa11 /etc/oemu/test-00.s
parent840480cb57f092b3869a1993588271d478f398e4 (diff)
etc: oemu: Add example for 'OR' in test-00.s
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'etc/oemu/test-00.s')
-rw-r--r--etc/oemu/test-00.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/oemu/test-00.s b/etc/oemu/test-00.s
index 4b5db7c..c0dbeee 100644
--- a/etc/oemu/test-00.s
+++ b/etc/oemu/test-00.s
@@ -12,7 +12,13 @@ some_label: ! X
inc x1 ! ~ 0x00000018
add x2, #3 ! ~ 0x0000001C
mrow x4, #0 ! ~ 0x00000020
+<<<<<<< HEAD
nop ! ~ 0x00000024
or x1, #3 ! ~ 0x00000028
xor x2, #3 ! ~ 0x0000002C
hlt ! ~ 0x00000030
+=======
+ and x1, #3 ! ~ 0x00000024
+ or x2, #7 ! ~ 0x00000028
+ hlt ! ~ 0x0000002C
+>>>>>>> 521cc2b (etc: oemu: Add example for 'OR' in test-00.s)