Skip to content

Mad Assembler 2.1.6-2.1.7

Latest
Compare
Choose a tag to compare
@tebe6502 tebe6502 released this 14 Jun 19:38
· 52 commits to master since this release
61d5d65
  • new switch '-xp Display warnings for unreferenced procedures'
  • SDX: Weak Symbol, SMB^
  • improved initialization of STRUCT data by STRING
  • fixes for .LOCAL +label
  • fixed error writing small numbers FLOAT (.FL), #8
  • issue #10 fixed, #10
  • issue #18 fixed, #18
  • added warning message when address $FFFF 'Memory range has been exceeded'
  • corrected code generation for LAX (Z,X)
  • added automodification labels for global range '::', e.g.

.local
lda temp:: #$00
.endl

lda #$aa
sta temp