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/2.s | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 comp/work/18/2.s (limited to 'comp/work/18/2.s') diff --git a/comp/work/18/2.s b/comp/work/18/2.s new file mode 100644 index 0000000..7a0e8a5 --- /dev/null +++ b/comp/work/18/2.s @@ -0,0 +1,6 @@ +MOV R1, R0 + +ADD R5, R0, R1 +ADD R5, R5, R1 +ADD R5, R5, R1 + -- cgit v1.2.3