Use per-function ASM blocks

This commit is contained in:
rozlette
2019-09-20 20:47:01 -05:00
parent 4c11f2f364
commit 2581bed7bf
9 changed files with 85 additions and 1333 deletions
+6
View File
@@ -104,6 +104,12 @@ build/baserom/boot: boot.bin
build/comp/code.yaz0: code.bin
python3 yaz0.py -i $< -o $@
disasm:
# python3 disasm.py
@while read -r file; do \
python3 ./tools/split_asm.py ./asm/$$file.asm ./asm/nonmatching/$$file; \
done < ./tables/files_with_nonmatching.txt
# Recipes
build/baserom/%: baserom/%