Skip to content

Releases: fox32-arch/fox32asm

v0.4.1

15 Jul 08:40
Compare
Choose a tag to compare

Complete code cleanup and refactor by @CompeyDev, thank you so much! There are no user-facing changes in this release.

Version 0.4.0

09 May 05:01
Compare
Choose a tag to compare

What's Changed

  • Include filename in error message when #include fails by @neuschaefer in #1
  • Add data.strz directive for zero-terminated strings by @neuschaefer in #6
  • Fixes for data directives by @neuschaefer in #7
  • Better error handling and nop.8 by @neuschaefer in #9
  • Don't parse _123 as a decimal number by @neuschaefer in #12
  • support inc r, # in assembler by @eiowlta in #13
  • Register Pointer Offsets, optional low hanging optimization, fixedwidth shift/bit operands by @eiowlta in #14
  • Allow a constant to be used as the size parameter to data.fill by @mebibytedraco in #15

New Contributors

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

16 Aug 00:30
Compare
Choose a tag to compare

Changelog:

  • Added mse, mcl, and tlb instructions.

Version 0.2.0

09 Aug 08:54
Compare
Choose a tag to compare

Changelog:

  • Added int instruction.

Version 0.1.0 - First Release!

01 Aug 00:55
Compare
Choose a tag to compare

First stable release!!! :D