Source code for all releases can be found at code.benbridle.com/torque-asm.
Version 2.0.0
- Added less-than-equal, greater-than-equal, multiply, divide, modulo, and exponent operators to expressions.
- Added conditional blocks (declared with
?
). - Added character literals (enclosed with
'
). - Added binary literals (prefixed with
0b
). - Added the ability to pack negative values into word templates.
- Added optional
_
separator characters to integer literals. - Added
--help
switch that displays usage information. - Added
--width
switch that enforced a fixed word width. - Changed expressions to accept nested expressions and invocations with arguments.
- Changed pinned addresses to accept invocations and expressions.
- Changed behaviour of string arguments to repeat the whole invocation, not just the words inside the invocation
- Improved error reports.
- Improved density of inhx and inhx32 output formats when pinned addresses are used.
Version 1.2.0
- Renamed binary from
torque-asm
totq
.
Version 1.1.1
- Fixed issue with compiling under rust 1.87.0.
Version 1.1.0
- Added string literals.
- Added INHX output format.
Version 1.0.0
- Initial version.