diff options
Diffstat (limited to 'comp/work/18/6.s')
-rw-r--r-- | comp/work/18/6.s | 6 |
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 + |