Browse Source

* the mul instructions do not modify the operands

git-svn-id: trunk@30633 -
florian 10 years ago
parent
commit
58c66b4759
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/avr/aasmcpu.pas

+ 2 - 1
compiler/avr/aasmcpu.pas

@@ -250,7 +250,8 @@ implementation
           A_MOV,A_MOVW,A_POP:
             if opnr=0 then
               result:=operand_write;
-          A_CP,A_CPC,A_CPI,A_PUSH,A_SBRC,A_SBRS,A_ST,A_STD,A_STS:
+          A_CP,A_CPC,A_CPI,A_PUSH,A_SBRC,A_SBRS,A_ST,A_STD,A_STS,
+          A_MUL, A_MULS,A_FMUL,A_FMULS,A_FMULSU:
             ;
           else
             begin