Picbasic Pro compiler 2.60 error
I recently loaded a program that I had compiled with v 2.47 with no problems, when I tried compiling with 2.60 I get a "fatal: out of memory (pbpw.exe)", this is after microcode studio reports it is not responding. When I switch back to 2.47 all compiles fine.
Here is the line that causes the problem
Code:
in_stream var byte[20]
write 1, (in_stream[0] - " ")
End
as a side note when I changed the "-" to "+" I do get other compiler errors about mismatched array delimeters (]
I am fairly confident the code worked as expected originally. I can fix the problem with a temp variable then "write 1, temp", but wanted to see if this is a real error with the compiler or am I just not understanding what I'm doing
Thanks
David