Re: [Sdcc-user] Merge _HOME and _CODE sections.

2023-10-24 Thread Philipp Klaus Krause
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

[Sdcc-user] Merge _HOME and _CODE sections.

2023-10-23 Thread 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; The generated code calls ___fsadd, which in turn