Skip to content

sjasmplus v1.18.3

Compare
Choose a tag to compare
@z00m128 z00m128 released this 29 Aug 18:20
· 255 commits to master since this release
89e42fe
  • added --color to enable/disable ANSI coloring of errors/warnings
  • added --syntax=s mode to disable sub-word substitutions of DEFINEs
  • added at-sign prefix for macro local labels to act as non-macro local label
  • SAVETRD accepts names containing dot ("z.x.B" is "z.x" with extension "B") - by Dart Alver
  • SAVETRD has optional argument to save BASIC with variables (length_minus_variables)
  • minor bugfixes (conditional block parser)