Releases: neilsf/xc-basic3
Releases · neilsf/xc-basic3
Version 3.1.13
Improvements and bug fixes:
- #247 - Implicit type conversion is not working if argument list contains string arguments
- #266 - Add
REMcomments to assembly listing to help debugging - #267 - Fixed
TI()function - #269 - Fixed Screen RAM address on VIC-20
- #274 - Variables of unused subroutines and functions now excluded from variable segment
- #270 - Keyboard scan code constants for multiple targets
Version 3.1.12
DATA statement now accepts label references that will evaluate to numbers.
Version 3.1.11
This release contains long-awaited bug fixes.
Version 3.1.10
This release fixes a bug where timer interrupts were disfunctional after a LOAD command.
Version 3.1.9
Fixed wrong sign in LONG division
Version 3.1.8
Fixes regression: missing DOKE keyword.
Version 3.1.7
This release fixes some bugs:
- Wrong line number in error messages on Windows
- Some string operations leaving garbage on stack
Full Changelog: v3.1.6...v3.1.7
Version 3.1.6
Hotfix update
- Fixed variable name in NEXT statement misread
- Fixed SPRITE statement overwriting reference to THIS
Version 3.1.5
Bugfixes:
- Identifier names matching a reserved word + a number are allowed
- Fixed bugs in PRINT# and INPUT# commands
Version 3.1.4
Fixes a few grammar bugs:
- Bug in VOICE command
- Bug in SPRITE ON/UNDER BACKGROUND command