|
|
| version 1.1, 2004/02/18 02:03:36 | version 1.3, 2005/02/07 14:46:10 |
|---|---|
| Line 1 | Line 1 |
| typedef struct { | typedef struct { |
| const char *mnemonic; | const char *mnemonic; |
| char operand[32]; | char operand[44]; |
| } _UNASM, *UNASM; | } _UNASM, *UNASM; |
| Line 9 const char *mnemonic; | Line 9 const char *mnemonic; |
| extern "C" { | extern "C" { |
| #endif | #endif |
| UINT unasm(UNASM r, const BYTE *ptr, UINT leng, BOOL d, UINT32 addr); | UINT unasm(UNASM r, const UINT8 *ptr, UINT leng, BOOL d, UINT32 addr); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |