Open
Description
very minor issue.
I'm getting errors when printing with commas in floating point version of the cross compiler. The following line:
? 1,2
Gives an error (it works fine in the IDE and integer compiler) and semi-colons are ok too:
Compiling 'text.tur' to assembler.
Assembling 'C:\cc65\fb\10linersPOP\text.asm' to object file.
Linking 'C:\cc65\fb\10linersPOP\text.o' to XEX file.
ld65: Error: src/interp/fp_sincos.asm(82): PI/2 and 90 fp constants in different pages