Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: taeber/a2asm

Builds as of 2 May 2022

02 May 21:22
5084fce

Choose a tag to compare

Pre-release
  • Support "Label Aliases" (ENDLOOP EQU ENDSUB)
  • Support arbitrary length arithmetic expressions (LDA #1+2+4*5/3)
  • Fix jumps to yet-to-be defined labels (issue #2)
  • Add support for constant aliases (PTR EQU $06 / SRC EQU PTR)
  • Add support for ASCII character literals (LDA #"T" ; high-ASCII) (LDA #'T' ; low-ASCII)
  • Add local label support (they start with : or .)

Builds as of 20 Jan 2020

20 Jan 18:12
b665bf6

Choose a tag to compare

Pre-release

Builds of a2asm for macOS, Linux, and Windows as of 20 Jan 2020.