Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Weirdness 3
#10
That said, I just tried to compile this:

Code:
DIM n as uByte

FOR n=32 to 127: PRINT chr$(n);: NEXT n

It crashes.

Built using zxb -T -B -a test.bas

and then importing the test.tzx.

If I build with zxb test.bas and then
Code:
CLEAR 32767
<import the bin to 32768 file with spectaculator>
PRINT USR 32768

It crashes differently. It was far more spectacular in the first version.

I get this sort of weird behavior all the time. Apparently today, I can't use CHR(uByte) without a crash. It will probably work tomorrow. @label was crashing a few days ago. Before that it was AND giving non true values.

And sometimes those earlier problems come back. It's most frustrating.


If I change the code to CHR$(32) it works perfectly.

I tried renaming the Program folder, and put in an older copy 1.2.4 I had. This one compiled and ran fine. Hmm.

I'll download a new copy and see if it got corrupted.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)