This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
Postfix RLE, digits allowed in label names, newlines allowed inside macros.
This release adds:
- postfix RLE. You can enable it by specifying -DPOSTFIX_RLE in options environment variable.
- Using
__NEWLINE__
macro, you can embed newlines into the macros. - Another macro,
__ICOUNTER__
serves as a simple counter. - RLE decompressor now allows to specify postfix or prefix parameters affecting decompression.
- Strip no longer trashes breakpoints.
- rcl is now more performant.
- amp and smp implemented and added.