BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
|
Enumeration type for classifying BAM instructions by arguments. More...
Go to the source code of this file.
Typedefs | |
typedef enum itype_enum | itype_t |
Enumerations | |
enum | itype_enum { ITYPE_NONE, ITYPE_8, ITYPE_16, ITYPE_8_8, ITYPE_8_8_8, ITYPE_8_16, ITYPE_8_16_8 } |
Functions | |
str_t | itype_name (itype_t itype) |
Enumeration type for classifying BAM instructions by arguments.
typedef enum itype_enum itype_t |
Instructions types (classified by number and length of arguments).
enum itype_enum |
Instructions types (classified by number and length of arguments).