14.9 Assembler functions

Functions and procedures can be completely implemented in assembly language. To indicate this, use the assembler keyword:

_________________________________________________________________________________________________________
Assembler functions

--asm block- assembler-; -declaration part- asm statement----------------
___________________________________________________________________

Contrary to Delphi, the assembler keyword must be present to indicate an assembler function. For more information about assembler functions, see the chapter on using assembler in the Programmer’s Guide.