[fpc-pascal] location modifier

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Jan 18 16:36:19 CET 2016


Hi,

I can't find the 'location' modifier in the docs. Is it missing?

For example:

function bsd_socket(Domain: LongInt location 'd0'; Type_: LongInt
location 'd1'; Protocol: LongInt location 'd2'): LongInt; syscall
SocketBase 30;

See for example packages/rtl-extra/src/amiga/sockets.pp

Mattias



More information about the fpc-pascal mailing list