Return to
unasm.h
CVS log
Up to
[RetroPC.NET]
/
np2
/
generic
Diff for /np2/generic/unasm.h between versions 1.1 and 1.2
version 1.1
, 2004/02/18 02:03:36
version 1.2
, 2004/03/10 07:41:48
Line 1
Line 1
typedef struct {
typedef struct {
const char *mnemonic;
const char *mnemonic;
char operand[32];
char operand[44];
} _UNASM, *UNASM;
} _UNASM, *UNASM;
Diff format:
Colored
Long colored
Unified
Context
Side by side
Removed from v.1.1
changed lines
Added in v.1.2
RetroPC.NET-CVS <
cvs@retropc.net
>