diff options
Diffstat (limited to 'comp/work/18/2.s')
-rw-r--r-- | comp/work/18/2.s | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |