File:  [RetroPC.NET] / np2 / generic / unasm.h
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 11:03:36 2004 JST (21 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix egc (T.Yui)


typedef struct {
const char	*mnemonic;
	char	operand[32];
} _UNASM, *UNASM;


#ifdef __cplusplus
extern "C" {
#endif

UINT unasm(UNASM r, const BYTE *ptr, UINT leng, BOOL d, UINT32 addr);

#ifdef __cplusplus
}
#endif


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