Age | Commit message (Collapse) | Author |
|
This improves readability slightly by removing extraneous whitespace
and correcting indents. Since this has been done in the tasm-recover
devtool, it will persist over dreamgen.* regeneration.
|
|
|
|
This allows a mapping list to be specified for the dreamgen.* output
function names, removing the limitation to keep the same names as the
original ASM.
|
|
This flag when set omits the blacklisted function header from the
dreamgen.h output, rather than including it commented out with //.
|
|
This flag when set omits the dispatch call function from the dreamgen.*
output.
|
|
|
|
|
|
|
|
|
|
|
|
custom function definitions
It also generates C++ symbols for asm proc addresses
|
|
|
|
|
|
|
|
This gets rid of some unused labels. We need to be careful
not be optimize too much, as that could remove the very label
the unbounded block was added for.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dump to the generator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|