summaryrefslogtreecommitdiff
path: root/comp/work/18/6.s
diff options
context:
space:
mode:
authorstandenboy <standenboy@StandenboyLAP.lan>2024-01-18 10:43:18 +0000
committerstandenboy <standenboy@StandenboyLAP.lan>2024-01-18 10:43:18 +0000
commitb8e92ce3bd50eec26b485f632038c9c86429ebfe (patch)
treea030012497f263bed85a6580d4f1f6a79287456d /comp/work/18/6.s
parente8366ab41644102a8db2ac0740212de982eb043b (diff)
did the classwork
Diffstat (limited to 'comp/work/18/6.s')
-rw-r--r--comp/work/18/6.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/comp/work/18/6.s b/comp/work/18/6.s
new file mode 100644
index 0000000..5e41863
--- /dev/null
+++ b/comp/work/18/6.s
@@ -0,0 +1,6 @@
+LDR 105, R0
+LSL R0, R0, 7
+LSR R0, R0, 7
+
+STR R0, 102
+