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

Test #1
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've checked both CHR$(uByte) tests, and they work fine for me. :?:
Don't know if these are related to the <= uByte bug (since FOR uses <= :!: , which now is fixed).

I'm going to upload a 1.2.5beta for you to test.
Which file type are you using? .zip or .msi?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)