summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2021-01-22fixed bug in #pragma regswap where swapping rA and rB would also swap fA and ↵Max
fB, and added #pragma iswap
2020-12-19trim whitespace off cc argument in pragma.pyMax
2020-12-19argument parsing issue in pragma.py when compiler is invoked through wineMax
2020-12-19fix bugs in pragma.py, add license/readmeMax
2020-12-19add pragma.py to tools, edit Makefile, add example #pragma regswap usage to ↵Max
code_801DD8C0.cpp
2020-09-30add '*' escape sequence to postprocess.py, and split the rest of MetroTRK/Max
2020-09-23Learned that '$' is an acceptable character for the assembler and modified ↵Max
postprocess to check for it
2020-09-23replaced patch_strtab with postprocess.pyMax
2020-09-23split ut_list, ut_LinkList, and ut_BinaryFileFormatMax
2020-09-23patch_strtab readme, and add it to the MakefileMax
2020-09-23debugged patch_strtabMax
2020-09-23added new tool patch_strtab for postprocessing of .o file, but needs more ↵Max
debugging
2020-08-26move elf2dol into separate directory + makefile improvementsred031000
2020-08-26initial commitProjectRevoTPP