mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 04:06:00 +02:00
added the ADR ARM pseudo instruction to instruction list
git-svn-id: trunk@25936 -
This commit is contained in:
parent
eb8858933d
commit
b67e4fb8b3
@ -8,6 +8,7 @@
|
||||
'adc',
|
||||
'add',
|
||||
'adf',
|
||||
'adr',
|
||||
'and',
|
||||
'b',
|
||||
'bic',
|
||||
|
@ -329,5 +329,6 @@ attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE
|
||||
);
|
||||
|
@ -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
|
||||
|
@ -8,6 +8,7 @@ A_ATN,
|
||||
A_ADC,
|
||||
A_ADD,
|
||||
A_ADF,
|
||||
A_ADR,
|
||||
A_AND,
|
||||
A_B,
|
||||
A_BIC,
|
||||
|
Loading…
Reference in New Issue
Block a user