8 lines
133 B
C
8 lines
133 B
C
struct simops
|
|
{
|
|
unsigned long opcode;
|
|
unsigned long mask;
|
|
int (* func) (void);
|
|
int numops;
|
|
int operands[12];
|
|
};
|