diff options
Diffstat (limited to 'comp/work/18/4.s')
-rw-r--r-- | comp/work/18/4.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comp/work/18/4.s b/comp/work/18/4.s new file mode 100644 index 0000000..8a5ad8a --- /dev/null +++ b/comp/work/18/4.s @@ -0,0 +1,3 @@ +LDR R0, 100 +LSR R0, R0, #1 +STR R0, 101 |