From 9c479110297ea8a48960f43e4d32c9ddedaa928f Mon Sep 17 00:00:00 2001 From: neils_f Date: Sun, 23 Aug 2020 14:00:40 +0200 Subject: [PATCH 1/2] Fixed #119 --- lib/nucleus.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/nucleus.asm b/lib/nucleus.asm index 7d88191..b0f9a31 100644 --- a/lib/nucleus.asm +++ b/lib/nucleus.asm @@ -1012,7 +1012,9 @@ PLOT EQU $fff0 MAC btof basicin pla - jsr BYTETOF + tay + lda #$00 + jsr GIVAYF pushfac ENDM From d373a1e551444e15433899291d6b9c3835b64436 Mon Sep 17 00:00:00 2001 From: neils_f Date: Sun, 23 Aug 2020 14:01:21 +0200 Subject: [PATCH 2/2] Adjusted version number --- VERSION | 2 +- modules/xcb-module-grammar | 2 +- source/app.d | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f42b8db..cc5bcef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.3.01 \ No newline at end of file +v2.3.03 \ No newline at end of file diff --git a/modules/xcb-module-grammar b/modules/xcb-module-grammar index c846a31..6d715ac 160000 --- a/modules/xcb-module-grammar +++ b/modules/xcb-module-grammar @@ -1 +1 @@ -Subproject commit c846a31e4e5de5408b8e53b05e35d6a13403d0c6 +Subproject commit 6d715acf32daab64b25aadfb487cbcd0c907fd81 diff --git a/source/app.d b/source/app.d index 9650203..58487b0 100644 --- a/source/app.d +++ b/source/app.d @@ -27,7 +27,7 @@ string listfile=""; * Version */ -string compiler_version = "v2.3.02"; +string compiler_version = "v2.3.03"; /** * Application entry point