Releases: imaandrew/mipsasm
Releases · imaandrew/mipsasm
2.0.1
2.0.0
Changelog
New Features
- Local labels whose scope lasts until the next global label
Improvements
- Branch and jump instructions are checked to make sure they do not occur in another delay slot
- Much more descriptive and better-looking error messages
- Multiple errors can be returned
- Warnings added for issues where instructions can still be processed (branches to unaligned addresses)
Other potential breaking changes
assemble
function return value changed- Variants added to ParserError enum