Skip to content

sjasmplus v1.22.0

Latest

Choose a tag to compare

@z00m128 z00m128 released this 16 Mar 20:14
· 16 commits to master since this release
9ee89d1
  • Added substitution glue operator _ to concatenate substitution results
  • Added string literals concatenating operator ..
  • Added DP (alias DEFP) directive to define Pascal strings
  • BLOCK (DS) can take set of values for init (like DB)
  • > can be used to indent labels
  • Intel HEX output format added: SAVEHEX, HEXOUT, HEXEND, --hex
  • Added option --cleanonerror to remove binary outputs upon any error (as output may be corrupted)
  • BPLIST supports now also FUSE
  • SETBP has optional string argument for "conditional" breakpoints (depends on bplist type)
  • DEVICE ZX-like devices can now init with all-zeroed memory by using RAMTOP -1
  • CI: you can download executables from recent builds (windows, macos, freebsd, linux), for testing
  • refactored: relocation example has more size-optimized relocator code
  • docs: added new chapter Assembling Process
  • docs: minor fixes/extensions