Add script to report progress with matching

This commit is contained in:
cadmic
2023-12-12 11:40:03 -08:00
parent 204bd3e312
commit eb7ef63e35
2 changed files with 222 additions and 0 deletions
+6
View File
@@ -115,6 +115,12 @@ void foo() {
## Diff Tools
### retail_progress.py
Running `./retail_progress.py file.c` will attempt to figure out which functions
in a file still need to match for `gc-eu-mq`. To get an overview of diffs for
all files, run `./retail_progress.py` with no arguments.
### asm-differ / diff.py
To diff assembly for a single function in `gc-eu-mq`, run e.g.