소스 검색

+ new error msg for arm shifter op handling added

florian 20 년 전
부모
커밋
6ecf269d34
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      compiler/msg/errore.msg

+ 8 - 0
compiler/msg/errore.msg

@@ -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
 % should use for the reference. This warning is only used in Delphi mode where
 % 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
 #