added the ADR ARM pseudo instruction to instruction list

git-svn-id: trunk@25936 -
This commit is contained in:
Károly Balogh 2013-11-05 13:16:33 +00:00
parent eb8858933d
commit b67e4fb8b3
4 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@
'adc',
'add',
'adf',
'adr',
'and',
'b',
'bic',

View File

@ -329,5 +329,6 @@ attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE
);

View File

@ -107,6 +107,8 @@ reg32,reg32,imm \7\x2\x80 ARM7
[ADFcc]
[ADRcc]
[ANDcc]
reg32,reg32,reg32 \4\x0\x00 ARM7
reg32,reg32,reg32,reg32 \5\x0\x00 ARM7

View File

@ -8,6 +8,7 @@ A_ATN,
A_ADC,
A_ADD,
A_ADF,
A_ADR,
A_AND,
A_B,
A_BIC,