Skip to content

Releases: spotlessmind1975/ugbasic

v1.2 (beta)

11 Aug 07:30
Compare
Choose a tag to compare

New features

  • added BUFFER datatype, with inline definition and loading (with aliasing)
  • added IMAGE datatype, with inline definition and loading (with aliasing);
  • added SQR(...) function (square root);
  • implicit casting from unsigned to signed variables;
  • added TI system variable (1/60 seconds from turning on machine);
  • added implicit HALT at the end of the program;
  • added simple PRINT with no arguments;
  • added support for PUT IMAGE on multicolor bitmap (vic2);
  • added support for text on bitmap multicolor (vic2);
  • added support for PLOT on bitmap multicolor (vic2);
  • added support for IMAGE LOAD of multicolor images (vic2);
  • added preliminary support for MOBs (vic2);
  • added current graphic mode (statically) for gtia, ted and vic2;
  • updated parser;
  • added commands LOAD and SIZE;

Bug fixes

  • fixed EMPTY TILE (atari);
  • fixed tabulation on printing (vic2,ted,gtia);
  • fixed WAIT KEY (plus4);
  • fixed zero register usage (plus4);
  • fixed get timer (plus4);
  • fixed vertical scroll (plus4);
  • fixed starting current mode (vic2);
  • fixed clippping and resolution for bitmap mode changes (vic2);
  • fixed FOR..STEP..NEXT on ending condition;
  • fixed irq management during cls (vic2).

v1.1 (beta)

01 Aug 11:29
Compare
Choose a tag to compare

New features

  • added support for embedded ASM modules;
  • added support for ''-o'' option (self exe creation);

Bug fixes

  • defesive programming on input parameters;

v1.0 (beta)

31 Jul 16:01
Compare
Choose a tag to compare

First public release.