Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Save bug (*solved*)
#9
Code:
asm
jr ZXBASICBorielVersionEnd
db "ZX Boriel BASIC version 1.3.0s983"
ZXBASICBorielVersionEnd:
end asm

CLS
SAVE "SAVETEST"CODE 49152,256

PRINT
PRINT "LOAD 1"
LOAD "SAVETEST"CODE

PRINT
PRINT "LOAD 2"
LOAD "SAVETEST"CODE 49152

PRINT
PRINT "LOAD 3"
LOAD "SAVETEST"CODE 49152,256

PRINT
PRINT "LOAD 4"
LOAD "SAVETEST  "CODE ' ten chars

PRINT
PRINT "LOAD 5"
LOAD "SAVETEST   "CODE ' 11 chars

PRINT
PRINT "LOAD 6"
LOAD ""CODE

PRINT
PRINT "LOAD 7"
LOAD "SAVETESTx"CODE

I did test it with the above code and it works and thank you for the fixes.

It went through 1 - 6 and failed at #7 but I did expect #4 to fail and if not that then at least #5 but it did not.

It works fine except for this odd behaviour. It is the same behavior as with the original BASIC but the original
in case #5 accepts the load command but fails to load while the compiled BASIC loads it without a hitch, that
is the only difference I see between the two. It does not make sense in my view to load with 11 chars when
10 is the maximum. I do not mind case #4.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)