4#ifndef TARGET_ASM_PRINT_H
5#define TARGET_ASM_PRINT_H
bool printInstruction(t_instruction *inst, FILE *fp, bool machineRegIDs)
bool writeAssembly(t_program *program, const char *fn)
char * registerIDToString(t_regID regID, bool machineRegIDs)
int t_regID
Type for register identifiers.
Program object definition and management.