[fpc-devel] What does the "register" keyword do?

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Tue Dec 2 03:47:58 CET 2008


register is the name of a calling convention which uses registers when
possible for function parameters.

The register keyword defines that the routine uses this calling
convention, but it normally isn't used because this is the default
calling convention.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-devel mailing list