[fpc-pascal]BASM Delphi-FPC incompatibility

fpc vtech-fpc at seznam.cz
Tue May 21 18:02:28 CEST 2002


Hi,

I've just encountered a problem with FPU code in BASM:

source line:

fsub st(1),st(0)

delphi compiles:

fsub st(1),st(0)      opcode: DC E9

fpc compiles:

fsubr st(1),st(0)     opcode: DC E1


I'm quite sure that the fpc way is wrong. (version 1.0.6)

                            Vitek





More information about the fpc-pascal mailing list