[fpc-pascal] syscalls and fpc
Marco van de Voort
marcov at stack.nl
Thu Feb 14 22:29:57 CET 2008
> > Another question is, is there a way to use it witthout writing
> > assembly, like using it in libc or some other way ?
>
> Calling them doesn't require assembler, or what do you mean? You can try
> to extend the compiler to support inlining of assembly functions ;-).
Or custom calling conventions. That would work at least for the freebsd
syscalls. It is like that in C.
More information about the fpc-pascal
mailing list