| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to unasm.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / win9x / debuguty | 
Initial revision
typedef struct {
	BYTE	seg;
} PREFIX_T;
typedef struct {
const char	*mnemonic;
	char	operand[64];
	char	extend[16];
} UNASM_T;
#ifdef __cplusplus
extern "C" {
#endif
void unasm_reset(PREFIX_T *fix);
int unasm(WORD adrs, BYTE *bincode, PREFIX_T *fix, UNASM_T *unasm_t);
#ifdef __cplusplus
}
#endif