- Global asm_pass_one (char *asm_file_name, char *sym_file_name)
- implement this function
- Global asm_pass_two (char *obj_file_name)
- implement this function
- Global asm_term (void)
- implement this function
- Global check_for_label (char *token)
- implement this function
- Global check_line_syntax (char *token)
- implement this function
- Global encode_operand (operand_t operand)
- implement this function
- Global get_comma_or_error (void)
- implement this function
- Global get_immediate_or_error (char *token, int width, int isSigned)
- implement this function
- Global get_operand (operand_t operand, char *token)
- implement this function
- Global get_PCoffset_or_error (char *token)
- implement this function
- Global get_reg_or_error (char *token)
- implement this function
- Global open_read_or_error (char *file_name)
- implement this function
- Global open_write_or_error (char *file_name)
- implement this function
- Global scan_operands (operands_t operands)
- implement this function
- Global update_address (void)
- implement this function