move handwritten asm to src

This commit is contained in:
theo3
2022-03-16 19:15:58 -07:00
parent f431f7def4
commit 2fe33a05b8
15 changed files with 49 additions and 75 deletions
+4 -1
View File
@@ -48,7 +48,10 @@ def parse_map(non_matching_funcs):
if dir == 'src':
src += size
elif dir == 'asm':
asm += size
if filepath.find("asm/src/") != -1 or filepath.find("asm/lib/") != -1:
src += size
else:
asm += size
elif dir == 'data':
# scripts
src_data += size