X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fz80%2Fgen.h;h=8751531ce8aa89299d916eae04de8a0891bcc9c6;hb=d7ea4ed7cf4844be678bacdf2ed38e4073335013;hp=57277a34f4a19fdab3c1fa2fcec2b7d018ef73df;hpb=066a38adf95543bf8d29724681fa0303d67f0bfc;p=fw%2Fsdcc diff --git a/src/z80/gen.h b/src/z80/gen.h index 57277a34..8751531c 100644 --- a/src/z80/gen.h +++ b/src/z80/gen.h @@ -53,7 +53,9 @@ typedef enum /* Is in H and L */ AOP_HLREG, /* Simple literal. */ - AOP_SIMPLELIT + AOP_SIMPLELIT, + /* Is in the extended stack pointer (IY on the Z80) */ + AOP_EXSTK } AOP_TYPE;