File:  [RetroPC.NET] / np2 / win9x / debuguty / Attic / unasm.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:59:11 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
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


RetroPC.NET-CVS <cvs@retropc.net>