Added armv5 syntax

This commit is contained in:
ARM9
2015-03-08 14:48:56 +01:00
parent 965da68eeb
commit ed0888f0dc
6 changed files with 358 additions and 0 deletions

9
test/armv7-test.s Normal file
View File

@ -0,0 +1,9 @@
adc r0, r1
add R1, R2
and R2,r3
bic r3 , r4
eor r4,r5
mla r5,R6
mov R6,R7
@ vim:ft=armv5