#include <dissz80.h>
| DWORD DISZ80::bytesProcessed |
| DWORD DISZ80::bytesToProcess |
| char DISZ80::commentBuf[128] |
| BYTE DISZ80::cpuType |
| int DISZ80::createdRefOK |
| int DISZ80::currentPass |
| char DISZ80::disBuf[128] |
| int DISZ80::disBufIndex |
| WORD DISZ80::disEnd |
| int DISZ80::dissingToConsole |
| WORD DISZ80::disStart |
| WORD DISZ80::end |
| DWORD DISZ80::fileHeaderSize |
| WORD DISZ80::fileStartAddr |
| BYTE DISZ80::firstByte |
| DWORD DISZ80::flags |
| DWORD DISZ80::flagsModified |
| void(* DISZ80::fnErrorMessage)(char *msg) |
| BYTE* DISZ80::fnMap |
| void(* DISZ80::fnOutputMessage)(char *msg) |
| void(* DISZ80::fnProgressCallback)(struct DISZ80 *d) |
| int DISZ80::haveTabbed |
| int DISZ80::haveWrapped |
| char DISZ80::hexDisBuf[32] |
| signed char DISZ80::IXIYDisp |
| int DISZ80::labelledOutput |
| WORD DISZ80::lastDisPC |
| WORD DISZ80::lastPC |
| WORD DISZ80::lastRefAddr |
| char DISZ80::layoutComment[D_CUSTOMSTRING_MAXLEN] |
| char DISZ80::layoutDefineByte[D_CUSTOMSTRING_MAXLEN] |
| char DISZ80::layoutNumberPrefix[D_CUSTOMSTRING_MAXLEN] |
| char DISZ80::layoutNumberSuffix[D_CUSTOMSTRING_MAXLEN] |
| BYTE DISZ80::layoutRadix |
| int DISZ80::lineCmd |
| lua_State* DISZ80::ls |
| BYTE* DISZ80::mem0Start |
| int DISZ80::numInstructions |
| int DISZ80::numRecursions |
| DWORD DISZ80::numRefs[DISREF_TOTAL] |
| int DISZ80::op |
| BYTE * DISZ80::opMap |
| char DISZ80::opMapFileName[_MAX_PATH] |
| char DISZ80::outFileName[_MAX_PATH] |
| FILE* DISZ80::outStream |
| DWORD DISZ80::parametersModified |
| WORD DISZ80::PC |
| DISREF* DISZ80::pRefHead[DISREF_TOTAL] |
| int DISZ80::progressCounter |
| BYTE* DISZ80::pTrapMap |
| int DISZ80::realop |
| char DISZ80::refFileName[_MAX_PATH] |
| FILE * DISZ80::refStream |
| char DISZ80::scriptFileName[_MAX_PATH] |
| char DISZ80::srcFileName[_MAX_PATH] |
| WORD DISZ80::start |
| int DISZ80::totalPasses |
| int DISZ80::Z80Flags |
| BYTE* DISZ80::Z80MemBase |
1.8.1.1