Explorar o código

- removed taddressmode from the Z80 code generator - it's a leftover from AVR that doesn't apply to the Z80

git-svn-id: branches/z80@44756 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
66462fec68
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      compiler/z80/cpubase.pas

+ 0 - 5
compiler/z80/cpubase.pas

@@ -137,11 +137,6 @@ unit cpubase;
     type
       TResFlags = (F_NotPossible,F_NE,F_E,F_NC,F_C,F_PO,F_PE,F_P,F_M);
 
-{*****************************************************************************
-                                Operands
-*****************************************************************************}
-
-      taddressmode = (AM_UNCHANGED,AM_POSTINCREMENT,AM_PREDRECEMENT);
 
 {*****************************************************************************
                                  Constants