Skip to content

Commit

Permalink
Merged master
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsf committed Aug 24, 2020
2 parents 71df1d4 + d373a1e commit 42cf6dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.01
v2.3.03
4 changes: 3 additions & 1 deletion lib/nucleus.asm
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,9 @@ stack EQU $0100
MAC btof
basicin
pla
jsr BYTETOF
tay
lda #$00
jsr GIVAYF
pushfac
ENDM
Expand Down
2 changes: 1 addition & 1 deletion modules/xcb-module-grammar
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ string listfile="";
* Version
*/

string compiler_version = "v2.3.02";
string compiler_version = "v2.3.03";

/**
* Application entry point
Expand Down

0 comments on commit 42cf6dc

Please sign in to comment.