Functions |
| void | PrepareDisInstruction (DISZ80 *d) |
| void | DisassembleInstruction (DISZ80 *d) |
| int | LookOpcode (DISZ80 *d, int offset) |
| int | GetNextOpCode (DISZ80 *d) |
| void | DisCB (DISZ80 *d) |
| void | DisDDCB (DISZ80 *d) |
| void | DisED (DISZ80 *d) |
| void | Dis40to7F (DISZ80 *d) |
| void | Dis80toBF (DISZ80 *d) |
| void | DisC0toFF (DISZ80 *d) |
| void | Dis00to3F (DISZ80 *d) |
| int | DisED00to3F (DISZ80 *d) |
| int | DisED40to7F (DISZ80 *d) |
| int | DisED80toBF (DISZ80 *d) |
| void | AddToDis (DISZ80 *d, char *str) |
| void | AddToDisTab (DISZ80 *d, char *str) |
| void | AddToDisTabDB (DISZ80 *d) |
| void | AddToDisTabLD (DISZ80 *d, char *str) |
| void | AddToDisReg8 (DISZ80 *d, int op, int op2) |
| void | AddToDisReg16 (DISZ80 *d, int op) |
| void | AddToDisReg16NoAnd (DISZ80 *d, int op) |
| void | AddToDisHLIXIY (DISZ80 *d) |
| void | AddToDisUnknown (DISZ80 *d, char *Comment) |
| char | GetIXIYDisplacement (DISZ80 *d) |
| WORD | AddToDis16BitAbs (DISZ80 *d, int CommaFlag) |
| void | AddToDis8BitAbs (DISZ80 *d, int CommaFlag) |
| WORD | AddToDisRel8 (DISZ80 *d, int CommaFlag) |
| void | AddToDisComment (DISZ80 *d, char *str) |
| void | AddToDisCommentZ180 (DISZ80 *d) |
| void | FlagFn (DISZ80 *d, unsigned int Addr) |
| int | IsFnUsed (DISZ80 *d, unsigned int Addr) |
| void | AddToDisUndoc (DISZ80 *d) |
| void | AddToDisUndocNop (DISZ80 *d) |
| WORD | Get16BitParam (DISZ80 *d) |
| void | DisZ80CleanUp (DISZ80 *d) |
| int | CreateOutputASMFile (DISZ80 *d) |
| int | PrepareOpMap (DISZ80 *d) |
| void | AddRefEntry (DISZ80 *d, int Addr, int PC, int RefType) |
| void | AddReferenceAddr (DISZ80 *d, DISREF *p, int PC) |
| void | WriteReferenceFile (DISZ80 *d) |
| int | PrepareReferenceListing (DISZ80 *d) |
| void | DoProgress (DISZ80 *d, int forceUpdate) |
| void | Add16BitAddress (DISZ80 *d, WORD Addr) |
| void | UnderlineText (FILE *stream, char *text) |
| void | Add8BitNum (DISZ80 *d, int Num) |
| void | Make8BitNum (DISZ80 *d, char *Dst, int Num) |
| void | Add16BitNum (DISZ80 *d, int Num) |
| void | Make16BitNum (DISZ80 *d, char *Dst, int Num) |
| void | MakeLJustified16BitNum (DISZ80 *d, char *Dst, int Num) |
| BYTE * | AllocateMap (DISZ80 *d, char *ErrorStr, unsigned int BytesWanted) |
| int | WriteDisLine (DISZ80 *d, unsigned int Addr) |
| void | StartPass (DISZ80 *d) |
| int | WithinDisRange (DISZ80 *d) |
| int | InitOpcodeTraps (DISZ80 *d) |
| int | ShutdownScripting (DISZ80 *d) |
| int | InitScripting (DISZ80 *d) |
| int | ExecPreTrap (DISZ80 *d) |
| void | ExecPostTrap (DISZ80 *d) |
| DISZ80 * | GetD (lua_State *ls) |
| int | d_FromHex (lua_State *ls) |
| int | LuaErrorHandler (lua_State *ls) |