Skip to content

Releases: willbicks/dsdii-assembler

v0.4.0

20 Feb 16:28

Choose a tag to compare

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 -q flag 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

04 Apr 12:25

Choose a tag to compare

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

01 Apr 15:53

Choose a tag to compare

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

31 Mar 22:56

Choose a tag to compare

v0.1.0-test3 Pre-release
Pre-release

v0.1.0-test3 testing release workflow

Initial commit.

Re-try of fixed darwin/386 issue and friendly filenames.