Go to the documentation of this file.
11 #define MARKBLANKLINE d->lineCmd |= LC_BLANKLINE
12 #define ISCODEBYTE(d, pc) (d->opMap[pc >> 3] & (1 << (pc & 7)))
16 #define Z80GOTIXIYDISP 0x04
19 #define Z80COMMENT 0x20
21 #define Z80IXIY (Z80IX | Z80IY)
24 #define LC_BLANKLINE 0x0001
27 #define COMMENTCOLUMN 40
30 #define D_SCRIPT_PRE 0x01
31 #define D_SCRIPT_POST 0x02
33 #define PROGRESSUPDATEFREQ 100
110 #ifndef _DZ80_EXCLUDE_SCRIPT