COLDFIX v1.15.3 [rev. 20240325.0900]

News and updates regarding the main version of ugBASIC are published in this forum.
In questo forum sono pubblicate notizie e novità riguardanti la versione principale di ugBASIC.
Les nouvelles et mises à jour concernant la version principale d'ugBASIC sont publiées dans ce forum.
Locked
spotlessmind1975
Site Admin
Posts: 149
Joined: Fri Oct 06, 2023 8:25 pm

COLDFIX v1.15.3 [rev. 20240325.0900]

Post by spotlessmind1975 »

:idea: component: compiler
:idea: targets: all

5TH CANDIDATE FOR VERSION 1.16 (MAIN=BETA)
  • fixed string to 16 bit conversion under 6809;
  • fixed add 32 bit under 6809;
  • added support for INC/DEC TI;
  • moved INC / DEC to procedure instead of functions;
  • avoid to INC and DEC if inside an conditioned procedure.
  • emptied keyboard queue at startup under c64reu;
  • moved temporary math register outside i/o range under c64 and c64reu;
  • emptied keyboard queue at startup under c64;
  • fixed scancode detection under c64 and c64reu;
  • fixed keyboard queue management under c64 and c64reu;
  • force EXACT mode in loading images under c128z;
  • fixed INKEY for enter key under c128z;
  • fixed INKEY for enter key under c128;
  • disable irqs during access to banks (pc128op);
Locked