From b8e92ce3bd50eec26b485f632038c9c86429ebfe Mon Sep 17 00:00:00 2001 From: standenboy Date: Thu, 18 Jan 2024 10:43:18 +0000 Subject: did the classwork --- comp/work/18/4.s | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 comp/work/18/4.s (limited to 'comp/work/18/4.s') 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 -- cgit v1.2.3