next up previous contents index search.gif
Next: 8.8 Modifiers Up: 8. Using functions and Previous: 8.6 External functions

8.7 Assembler functions

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

Assembler functions

\begin{syntdiag}\setlength {\sdmidskip}{.5em}\sffamily\sloppy \synt{asm\ block}
...
...*{assembler} \lit*;
\synt{declaration\ part}
\synt{asm\ statement}\end{syntdiag}
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 Programmers' guide.



root
1999-06-10