something is broken, moved some asm optimizers to separate branch for the time being

This commit is contained in:
Irmen de Jong 2019-01-15 01:02:34 +01:00
parent 870c6ea747
commit 68d81dd824
2 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,11 @@
; It's less readable I think, but produces a smaller program.
; @todo doesn't work correctly any longer and locks up at the end. Something seems broken in the if statements comparing the numbers.
~ main {
sub start() {
str name = "????????????????????????????????????????"

View File

@ -33,7 +33,7 @@
return ending(true)
} else {
c64scr.print("\n\nThat is too ")
if guess<secretnumber
if guess<secretnumber ; @todo not correct anymore, entering '19' says too low while the number is 18
c64scr.print("low!\n")
else
c64scr.print("high!\n")