Separated hilinks to avoid bug when using armv4 and v5 in one vim

This commit is contained in:
ARM9
2015-03-10 19:24:19 +01:00
parent 759f93a5a2
commit c24e442cad
4 changed files with 29 additions and 18 deletions

11
test/armv4-test.s Normal file
View File

@ -0,0 +1,11 @@
adc r1, r15, R14
add A1, v1, V8
smull r0, r1,R2
smlalBt r1,r15
SMLawTb V8, v3
SMLALtb A1, a4
smull r0, r1,R2
@ vim:ft=armv4

View File

@ -6,4 +6,4 @@ eor r4,r5
mla r5,R6
mov R6,R7
@ vim:ft=armv5
@ vim:ft=armv7