mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-24 01:11:34 +02:00
+ new error msg for arm shifter op handling added
This commit is contained in:
parent
0bc92dfa09
commit
6ecf269d34
@ -1688,6 +1688,14 @@ asmr_w_unable_to_determine_reference_size_using_dword=07098_W_No size specified
|
|||||||
% the compiler is unable to determine what size (byte,word,dword,etc.) it
|
% the compiler is unable to determine what size (byte,word,dword,etc.) it
|
||||||
% should use for the reference. This warning is only used in Delphi mode where
|
% should use for the reference. This warning is only used in Delphi mode where
|
||||||
% it falls back to use DWORD as default.
|
% it falls back to use DWORD as default.
|
||||||
|
asmr_e_illegal_shifterop_syntax=07099_E_Syntax error while trying to parse a shifter operand
|
||||||
|
% ARM only; ARM assembler supports a so called shifter operand. The used syntax isn't
|
||||||
|
% a valid shifter operand. Example for an operation with shifter operand:
|
||||||
|
% \begin{verbatim}
|
||||||
|
% asm
|
||||||
|
% orr r2,r2,r2,lsl #8
|
||||||
|
% end;
|
||||||
|
% \end{verbatim}
|
||||||
#
|
#
|
||||||
# Assembler/binary writers
|
# Assembler/binary writers
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user