Functions | |
| struct opcode_s * | opcode_find (const char *name, struct operand_s *op_a, struct operand_s *op_b, struct operand_s *op_c) |
| void | opcode_init (void) |
Variables | |
| struct opcode_s * | op_done |
| struct opcode_s * | op_goto |
| struct opcode_s * | op_if |
| struct opcode_s * | op_ifa |
| struct opcode_s * | op_ifae |
| struct opcode_s * | op_ifb |
| struct opcode_s * | op_ifbe |
| struct opcode_s * | op_ifnot |
| struct opcode_s * | op_jump |
| struct opcode_s * | op_jumpb |
| struct opcode_s * | op_return |
| struct opcode_s * | op_return_v |
| struct opcode_s * | op_state |
| struct opcode_s * | op_state_f |
| struct opcode_s* opcode_find | ( | const char * | name, |
| struct operand_s * | op_a, | ||
| struct operand_s * | op_b, | ||
| struct operand_s * | op_c | ||
| ) |
| void opcode_init | ( | void | ) |
| struct opcode_s* op_done |
| struct opcode_s* op_goto |
| struct opcode_s* op_if |
| struct opcode_s* op_ifa |
| struct opcode_s* op_ifae |
| struct opcode_s* op_ifb |
| struct opcode_s* op_ifbe |
| struct opcode_s* op_ifnot |
| struct opcode_s* op_jump |
| struct opcode_s* op_jumpb |
| struct opcode_s* op_return |
| struct opcode_s* op_return_v |
| struct opcode_s* op_state |
| struct opcode_s* op_state_f |