Releases: willbicks/dsdii-assembler
Releases · willbicks/dsdii-assembler
v0.4.0
dsdii-assembler v0.4.0
New in v0.4:
Features:
- Added support for binary output formats with optional nibble / byte separators.
- Assembler now returns a non-zero exit code if assembly fails.
- Added quiet
-qflag to suppress version and status info printing to stdout.
Fixes:
- README updates and examples.
- Expanded coverage of register parsing tests.
- Typo fixes and documentation improvements.
Full Changelog: v0.3.2...v0.4.0
v0.3.2
dsdii-assembler v0.3.2
Changes in v0.3.2
- Support for generation of VHDL word addressable memory
New in v0.3
- Support for comments and empty lines in assembly programs.
- Generated VHDL includes comments containing the original assembly instructions and comments.
- Versioning info is embedded in each binary and available through dsdii-assembler version.
- Release binaries are archived as tarballs or zip files depending on destination operating system.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
dsdii-assembler v0.3.1
New in v0.3
- Support for comments and empty lines in assembly programs.
- Generated VHDL includes comments containing the original assembly instructions and comments.
- Versioning info is embedded in each binary and available through
dsdii-assembler version. - Release binaries are archived as tarballs or zip files depending on destination operating system.
Full Changelog: v0.1.0-test3...v0.3.1
v0.1.0-test3
v0.1.0-test3 testing release workflow
Initial commit.
Re-try of fixed darwin/386 issue and friendly filenames.