SprintDLL Versions Save

Scripting language to work with native Win32 functions

v1.2

5 years ago

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

6 years ago

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

6 years ago

Initial release!