Skip to content

Releases: Fleex255/SprintDLL

v1.2

22 Nov 23:14

Choose a tag to compare

Changes from v1.1:

  • Made copyslot much more powerful
    • Allowed multiple qualifiers on source and/or destination
    • Added length switches: /bytes for length in bytes, /length for length with a unit, or /lengthof for 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: \r for CR, \n for LF, \N for CR+LF
  • Added a zeroslot instruction that zeros out the specified slot
  • Added a predefined zero slot containing zero
  • Fixed the /into switch of call not working on existing slots
  • Fixed newslot leaving an uninitialized slot on failure
  • Improved error messages from parsing and calls

v1.1

31 Jan 17:47

Choose a tag to compare

Changes from v1.0:

  • Fixed a bug that made it impossible to set both the unit (in) and type (as) for a size
  • Added the // "instruction" that functions as a comment
  • Added a /raw switch to the readslot instruction that makes it print only the slot's value

v1.0

27 Jan 01:06

Choose a tag to compare

Initial release!