mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 00:49:09 +02:00
+ CondAsmOptStr added for IDE
git-svn-id: trunk@7144 -
This commit is contained in:
parent
34b3a14ffc
commit
922761915b
@ -209,6 +209,10 @@ uses
|
|||||||
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]=(
|
||||||
|
'BC','TW','TWI'
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
Flags
|
Flags
|
||||||
|
Loading…
Reference in New Issue
Block a user