LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
assembly.hh File Reference

Abstract an assembly language. More...

#include <temp/fwd.hh>
#include <temp/label.hh>
#include <tree/fwd.hh>
#include <tree/binop.hh>
#include <tree/cjump.hh>
#include <assem/fwd.hh>
#include <assem/instrs.hh>
Include dependency graph for assembly.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  target::Assembly
 An assembly language comes with its syntax, its runtime library, and its layout of fragments. More...

Namespaces

namespace  target
 Multiple target support.

Detailed Description

Abstract an assembly language.