diff options
author | standenboy <standenboy@StandenboyLAP.lan> | 2024-01-18 10:43:18 +0000 |
---|---|---|
committer | standenboy <standenboy@StandenboyLAP.lan> | 2024-01-18 10:43:18 +0000 |
commit | b8e92ce3bd50eec26b485f632038c9c86429ebfe (patch) | |
tree | a030012497f263bed85a6580d4f1f6a79287456d /comp/work/18/4.s | |
parent | e8366ab41644102a8db2ac0740212de982eb043b (diff) |
did the classwork
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 |