initial commit

This commit is contained in:
2019-02-19 22:02:06 +01:00
commit 59e78f996f
14 changed files with 405 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@ instruction <destination>, <operand>, <operand>
.global _start
_start:
MOV R1, #5 @ 0101
MOV R2, #9 @ 1001
AND R0, R1, R2
end:
MOV R7, #1
SWI 0