#include <op.h>
Public Types | |
enum | Code |
Possible CMa operation codes. | |
Public Methods | |
Op () | |
bool | isValid (Code code) |
bool | getDescription (Code code, int &codeArgN, int &stackArgN, int &SPdelta) |
char * | getName (Code code) |
Internal tables are filled according Vesals' specification
Described operations:
TODO: Verify constructor.
|
Constructor fills instructions description table |
|
Get description of the operation.
|
|
Returns name which corresponds to the code. Code must be valid
|
|
Tells if the operation code is valid.
|