a-d.h (1777): Warning: Bad Source parameter in ASM. The compiler has failed to optimise correctly. Try adding element(s) to complete the array definition, or, changing mathematical order with constants at end of order, or, post to support forum for advice/resolution.
a-d.h (1777): Warning: Bad Source parameter in ASM. The compiler has failed to optimise correctly. Try adding element(s) to complete the array definition, or, changing mathematical order with constants at end of order, or, post to support forum for advice/resolution.
Hello,
What version of the compiler?
Press Shift-f7 in the IDE and look at the top line.. like this
;Program compiled by Great Cow BASIC (0.98.<<>> 2020-06-02 (Windows 64 bit))
This compiles here.
Compiler Version: 0.98.07 RC38 2021-01-07 (Windows 64 bit)
Attach your code. Please attach, do not post into the thread.
cheers
I can reproduce the error here.
Choices. Wait a few days for the next RC release, or, go back to a version that works.
Your choice would be?
Or.... you can fix....
Line 1613 in a-d.h has a typo.. a missing '
[canskip]REFS0=b'0'
thanks! it works ...
The core issue is the improvement in syntax checking is finding more latent typos. This variable assignment has probably been like it for a long time.
All sorted. :-)