No subject


Tue Jun 11 15:59:36 CEST 2019


(the default since 1.9.0) to register calling. This means that you have to
look at how assembler code loads the arguments and maybe store them
yourself in local variables.

The register calling is compatible with delphi, so delphi assembler can
now be used without changes. If there are still incompatibilities with
delphi register calling please report the to the fpc-devel mailinglist
including some same code.

Note that for other processors like powerpc (including the x86_64) we only
support the stdcall (following the standard ABI) calling convention and
all other conventions are ignored.

Peter





More information about the fpc-devel mailing list