T.I.M | Toolchain Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
File List
Here is a list of all files with brief descriptions:
[detail level 123]
\-sw
 o-asm
 |o*asm.cMain source file for the assembler. Contains main function and argument parser
 |o*asm.hHeader file for data types and functions used by the assembler
 |o*asm_control_flow.cCode for calculating jump distances and assigning memory addresses to jump statements
 |o*asm_emit.c
 |o*asm_hash_table.cContains all functions that operate on the asm_hash_table datastructure
 |o*asm_lex.cContains all functions for turning an input text file into a token stream
 |o*asm_lex.hHeader file for data types and functions used by the asm code lexer
 |\*asm_parse.cContains all functions relating to parsing the source code into IR data structure
 \-common
  o*common.cCode source file for all common code shared across the tim toolchain
  \*common.hHeader file for all common code shared across the tim toolchain