Releases: Sammi-Husky/reltools
Releases · Sammi-Husky/reltools
RelTools v1.3.0 BETA
Changes In This Version
- Rewrote the build step to no longer use GAS listing file as an intermediary step. This should fix some crashes caused by line length limitations imposed by GAS.
- Added support for arithmetic expressions in reltags for target symbol/offset
- This fixes build issues with BrawlEx modules
- Allow string names for target module in reltags
- Added more checks and debug prints when crashing
- Fix some crashes caused by spaces in windows temp folder paths
- Added new experimental options to disassemble floating points and strings.
- NOTE: This feature is experimental, and VERY likely to break things currently.
Known Issues
RelTools v1.2.0
Changes
- Adds support for passing defines to the compiler for conditional compilation purposes (e.g
DEBUG
) - Now reads intermediary GAS listing from temp file and outputs compiler output to console on failure to compile
- Update vdappc to output .4byte instead of .word for data
- Update vdappc to not output immediate values of 0x0 as negative
- Basic multithreading of dump/build operations
- Better error handling and logging for when something goes wrong
Known Issues
RelTools v1.1.5 Alpha
New Features
Bug Fixes
- Now strips comments before processing step (fixes mistakenly processing commented lines containing RelTags)
- Do not emit instructions inside false conditional statements
- Don't save GAS local labels to prevent them being included in output symbol map
Known Issues
RelTools v1.1.0-alpha
Add error messages and handling to several functinos