File:  [RetroPC.NET] / np2 / generic / unasm.h
Revision 1.2: download - view: text, annotated - select for diffs
Wed Mar 10 16:41:48 2004 JST (21 years, 7 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, HEAD
add minifont...(T.Yui)


typedef struct {
const char	*mnemonic;
	char	operand[44];
} _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>