Skip to content

Cross compiler sometimes fails to link floating-point SIN/COS constants #52

Open
@ukcroupier

Description

@ukcroupier

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions