Skip to content

Commit

Permalink
Fixed bug in consecutive calls to VAL()
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsf committed Oct 25, 2020
1 parent 2c0678a commit 3779441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.04
v2.3.05
1 change: 1 addition & 0 deletions lib/strings.asm
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ STR_VALW SUBROUTINE
sty .ret
sty .ret+1
sty .poft
sty .neg
; check if negative
lda (.ptr),y
cmp #$2d
Expand Down
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.04";
string compiler_version = "v2.3.05";

/**
* Application entry point
Expand Down

0 comments on commit 3779441

Please sign in to comment.