Am 08.10.23 um 21:39 schrieb Kamila Szewczyk:
I am building a Z80 program for the TI-83+ calculator.
If I force the C compiler to not optimise out some floating point
operations to try them out, e.g. as such:
volatile float a = 1.0;
volatile float b = 2.0;
volatile float c = a + b
I am building a Z80 program for the TI-83+ calculator.
If I force the C compiler to not optimise out some floating point
operations to try them out, e.g. as such:
volatile float a = 1.0;
volatile float b = 2.0;
volatile float c = a + b;
The generated code calls ___fsadd, which in turn