ACSE 2.0.3
Advanced Compiler System for Education
Loading...
Searching...
No Matches
target_asm_print.h File Reference

Generation of the output assembly program. More...

#include <stdbool.h>
#include <stdio.h>
#include "program.h"

Go to the source code of this file.

Functions

char * registerIDToString (t_regID regID, bool machineRegIDs)
bool printInstruction (t_instruction *inst, FILE *fp, bool machineRegIDs)
bool writeAssembly (t_program *program, const char *fn)

Detailed Description

Generation of the output assembly program.

Definition in file target_asm_print.h.