mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 02:50:42 +02:00
+ CondAsmOptStr added for IDE
git-svn-id: trunk@7145 -
This commit is contained in:
parent
922761915b
commit
8b0b45c2b8
@ -228,6 +228,10 @@ const
|
|||||||
CondAsmOp: array[0..CondAsmOps - 1] of TasmOp = (
|
CondAsmOp: array[0..CondAsmOps - 1] of TasmOp = (
|
||||||
A_BC, A_TW, A_TWI
|
A_BC, A_TW, A_TWI
|
||||||
);
|
);
|
||||||
|
CondAsmOpStr:array[0..CondAsmOps-1] of string[7]=(
|
||||||
|
'B','TW','TWI'
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
Flags
|
Flags
|
||||||
|
Loading…
Reference in New Issue
Block a user