[fpc-pascal] syscalls and fpc

Jonas Maebe jonas.maebe at elis.ugent.be
Sun Feb 10 10:43:57 CET 2008


On 10 Feb 2008, at 10:33, ik wrote:

> I found that the Do_Syscalls are written in assembly and have only
> limited number of parameters (up to 6). Is there a way to write it
> using array of TSysParam instead of having 7 different functions ?
> Another question is, is there a way to use it witthout writing
> assembly, like using it in libc or some other way ?

The libc versions are macros which also create assembler code (and  
also with separate macros for each amount of parameters).


Jonas



More information about the fpc-pascal mailing list