Initial commit

This commit is contained in:
InoriRus
2021-12-01 19:29:27 +10:00
parent b1e7dcdc5d
commit 43f49c8763
1843 changed files with 1111694 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
target = arg[1]
compiler = arg[2]
bitness = arg[3]
linker = arg[4]
file_name = target.."_"..compiler.."_"..linker.."_"..bitness
map_to_csv(compiler.."_"..linker.."_"..bitness, file_name..".map", file_name..".csv")