Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #813
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nothing has changed in c17 beyond minor standards corrections, so
there's no advantage in specifying c17 over c11.
|
|
|
|
|
|
parse_args` at the top of tools' files
|
|
|
|
function
|
|
|
|
|
|
|
|
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
|
|
|
|
|
|
|
|
|
|
This allows [\1] to work when \1 is hl, bc, or de
The object file format has changed along with the version number
|
|
|
|
|
|
|
|
filenames
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rewrite tools/free_space.awk
|
|
- Add parameter to allow printing information per bank
- Fix bug where RAM sections would be deducted from free ROM space
- Make input format more lenient (case-insensitivity, lax spacing)
- Marked gawk requirement (`strtonum` extension) in shebang line
|
|
|
|
Update used_space.py and mapreader.py tools for rgbds v0.4.0.
|
|
|
|
|