initial commit
This commit is contained in:
11
armv6/tutorial/logicaloperators.s
Normal file
11
armv6/tutorial/logicaloperators.s
Normal 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
|
||||
Reference in New Issue
Block a user