Skip to content

v 1.12

Compare
Choose a tag to compare
@spotlessmind1975 spotlessmind1975 released this 07 Nov 23:35
· 5634 commits to main since this release

New features

  • added support for Amstrad CPC #40;
  • added LET instruction #293;
  • added support for INCLUDE;
  • added SWAP instruction;
  • added XOR instruction;
  • added support for [label:];
  • added support for IF abbreviation;
  • added support for IF...GOTO syntax;
  • added support for SHARED CONST and GLOBAL CONST as alias of CONST;

Bug fixes

  • fixed HEX on z80 targets;
  • fixed bug on escaped clear screen;
  • fixed escaping PEN color when color is 0;
  • moved std_image.h under libs;
  • fixed bug on raster on TED;
  • fixed bug on PLOT on tms9918;
  • fixed TEXT AT on TMS9918, EF936x, Motorola 6847, GTIA;
  • added missing include file for sg1000;
  • removed debug printing on compression;
  • fixed abbreviation for ATARI and AT;
  • fixed memory scan example for VRAM;
  • fixed MMOVE implementation on TMS9918;
  • fixed maximum stacked include files;