BETA UPDATE [rev. 20240113.1250]

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

BETA UPDATE [rev. 20240113.1250]

Post by spotlessmind1975 »

:idea: component: compiler
:idea: targets: all
  • Add support for storage access #693.
  • Fixed dir2atr call (atari/atarixl).
  • Added support for address lookup table under cpus.
  • Added cpu declined PEEK/POKE for words and dwords.
  • Add support for NEW MUSIC keyword.
  • Added support for IMAGE and IMAGES inside STORAGE (with flags).
  • Fixed default text resolution for GIME (40x25) (coco3).
  • Updated atarisio module.
  • Changed policy of zero page location reservation (6809).
  • Added support for NEW SEQUENCE instruction.
  • Added support for SEQUENCE inside STORAGE (with flags).
  • Fixed removed unused variable if first.
  • Fixed NEW IMAGES frame count
  • Fixed video register under vic2/c128 if irq system is engaged.
  • Added IMAGE keyword inside BEGIN STORAGE (no flags).
  • Fixed storage generation on c128 (left out padding bytes).
  • Fix D64 generation - missing last byte on shorter sectors.
  • Added support for not aliasing on FILE keyword.
  • Avoid wait for confirmation when removing temporary files.
  • Update makefile for not generating dsk files on exe (cpc).
  • Fixed list filename when additional info is requested.
  • Fixed background color on cpc.
  • Fixed paper color set under CLS.
Locked