diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-24 03:53:42 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-24 03:53:42 -0400 |
commit | d2c43ca7e1506f39f6f8ef277bae5c4ca38c1493 (patch) | |
tree | ab4a988ecbaa8176762e97320f37d7bd499a20b7 /etc/oemu | |
parent | 6bd0f17304d78e2b7e37684a672f59c9cc2444d0 (diff) |
etc: Add usage of MROW instruction in test-00.s
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'etc/oemu')
-rw-r--r-- | etc/oemu/test-00.s | 3 |
1 files changed, 2 insertions, 1 deletions
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 |