T.I.M | Toolchain Documentation
|
sw | |
asm | |
asm.c | Main source file for the assembler. Contains main function and argument parser |
asm.h | Header file for data types and functions used by the assembler |
asm_control_flow.c | Code for calculating jump distances and assigning memory addresses to jump statements |
asm_emit.c | |
asm_hash_table.c | Contains all functions that operate on the asm_hash_table datastructure |
asm_lex.c | Contains all functions for turning an input text file into a token stream |
asm_lex.h | Header file for data types and functions used by the asm code lexer |
asm_parse.c | Contains all functions relating to parsing the source code into IR data structure |
common | |
common.c | Code source file for all common code shared across the tim toolchain |
common.h | Header file for all common code shared across the tim toolchain |