mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 13:31:20 +02:00
- 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 -
This commit is contained in:
parent
53de231c23
commit
66462fec68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user