Skip to content

Releases: ibara/a80

a80 1.7.1

10 Apr 02:40
Compare
Choose a tag to compare

Changelog:

  • Bug fixes

a80 1.7.0

10 Apr 01:20
Compare
Choose a tag to compare

Changelog:

  • Add ds pseudo-op
  • Labels in EQU statements no longer require a :

a80 1.6.0

09 Apr 02:03
Compare
Choose a tag to compare

Changelog:

  • Better output file naming
  • Implement dw and end pseudo-ops

a80 1.5.0

08 Apr 20:58
Compare
Choose a tag to compare

Changelog:

  • Implement ret in instruction list
  • Fix logic error in inr and dcr

a80 1.4.1

08 Apr 19:00
Compare
Choose a tag to compare

Changelog:

  • Fix bug where label: op was misparsed

a80 1.4.0

08 Apr 15:56
Compare
Choose a tag to compare

Changelog:

  • Implement strings with db
  • Fix bug when label used before declaration

a80 1.3.0

08 Apr 03:55
Compare
Choose a tag to compare

Changelog:

  • Implement the org pseudo-op
  • Allow db to operate on single digits, which writes out the digit's ASCII value

a80 1.2.0

07 Apr 14:01
Compare
Choose a tag to compare

Changelog:

  • Proper error handling facilities

a80 1.1.1

07 Apr 13:03
Compare
Choose a tag to compare

Changelog:

  • Hook up missing mvi instruction to the instruction selection list
  • Fix mvi logic

a80 1.1.0

07 Apr 02:53
Compare
Choose a tag to compare

Changelog:

  • Implement db pseudo-op