From cd929e7209f3fd67e1fab257ea76994bbb3fc64f Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 31 Jul 2025 02:36:30 -0400 Subject: etc: oemu: Add examples for LSR and LSL Signed-off-by: Ian Moffett --- etc/oemu/test-00.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3