Skip to content

v0.86

Pre-release
Pre-release
Compare
Choose a tag to compare
@mkoloberdin mkoloberdin released this 15 May 14:47
· 2 commits to master since this release

update v0.86 - 2018.04.27

  • fix many bugs in label import
  • fix multi-nops
  • fix automatic extension for primary source
  • fix infinite loop when error on reserved keyword in an expression
  • shortcuts LD BC/DE/HL,BC/DE/HL (uz80 style)

update v0.85 - 2018.04.18

  • fix some regressions introduced by STRUCT code modifications

update v0.84 - 2018.04.18

  • new directives STRUCT and ENDSTRUCT, ENDS to create structures
  • fix regression introduced with v0.75 and embedded usage (like Arkos Tracker II does)

update v0.83 - 2018.04.11

  • NOCODE output must increment current adress in all cases
  • new directives DR & DEFR to define REAL values (Amstrad firmware compatible)

update v0.82 - 2018.04.09

  • better infinite loop detection
  • bugfix while 0 loop (check and disable block)
  • repeat until internal counter harmonisation
  • alias SL1 for SLL instruction
  • remove CLang warnings on Linux