- CDL data can now be output to a file. If --cdl-output isn't given,
but --cdl is given, the input file is overwritten with the new data.
If no CDL file is given no data is written.
- Count arguments as "Code"
- The SmartParse function no longer creates a new CDL. It will use and
update what it was given.
- The just-stats command does not write CDL data even though it
generates it.
Variable length arguments are not properly handled yet. Currently, just
the OP code and first argument (length) are set at Code. The rest are
ignored.
- Added a CDL implementation. It is still very incomplete and is not
really used yet.
- Added "smart" parsing. This will disassemble the code and follow any
jumps and calls. Anything not found by this is currently excluded
from output.