From d2c43ca7e1506f39f6f8ef277bae5c4ca38c1493 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 24 Jul 2025 03:53:42 -0400 Subject: etc: Add usage of MROW instruction in test-00.s Signed-off-by: Ian Moffett --- etc/oemu/test-00.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3