Skip to content

Releases: ibara/a80

a80 3.2.2

02 Jun 15:36
Compare
Choose a tag to compare

Changelog:

  • Remove some useless work in the first pass
  • Manually inline whitespace checks in the parser

a80 3.2.1

22 May 05:34
Compare
Choose a tag to compare

Changelog:

  • Use fancy PASS constants everywhere
  • Replace a (* 8) with (<< 3)

a80 3.2.0

01 May 14:21
Compare
Choose a tag to compare

Changelog:

  • Change static to private
  • Display all errors in a file

a80 3.1.0

19 Apr 20:50
Compare
Choose a tag to compare

Changelog:

  • Rewrite parser from the ground-up. The only significant difference from this is to allow strings in identical format to the CP/M assembler.

a80 3.0.3

15 Apr 14:04
Compare
Choose a tag to compare

Changelog:

  • Work around dub quirks

a80 3.0.2

15 Apr 13:54
ccbe4a7
Compare
Choose a tag to compare

Changelog:

  • Improve README.md

a80 3.0.1

13 Apr 23:51
92a3286
Compare
Choose a tag to compare

Changelog:

  • Change opcode to mnemonic in some places

a80 3.0.0

12 Apr 02:16
Compare
Choose a tag to compare

Changelog:

  • Partial rewrite to match the blog series. NFC.

a80 2.1.0

10 Apr 16:15
Compare
Choose a tag to compare

Changelog:

  • Support (ignore) name and title pseudo-ops
  • Allow $ syntax in equ statements

a80 2.0.0

10 Apr 03:48
Compare
Choose a tag to compare

Changelog:

  • Allow decimal numbers
  • Remove the OOP stuff (which wasn't much)