Releases: Fleex255/SprintDLL
Releases · Fleex255/SprintDLL
v1.2
Changes from v1.1:
- Made
copyslotmuch more powerful- Allowed multiple qualifiers on source and/or destination
- Added length switches:
/bytesfor length in bytes,/lengthfor length with a unit, or/lengthoffor the length of a kind - Allowed using slot values to specify offsets or lengths
- Fixed destination qualifiers being ignored when the source is unqualified
- Added linebreak escape characters in strings:
\rfor CR,\nfor LF,\Nfor CR+LF - Added a
zeroslotinstruction that zeros out the specified slot - Added a predefined
zeroslot containing zero - Fixed the
/intoswitch ofcallnot working on existing slots - Fixed
newslotleaving an uninitialized slot on failure - Improved error messages from parsing and calls