Next: , Previous: repeat Statement, Up: Statements



6.1.7.8 asm Inline

@@ ????

     asm (StatementList: String);

The asm inline statement is a GNU Pascal extension. It requires its parameter to be AT&T-noted assembler statements, and therefore it is not compatible with that one of Borland Pascal. statementlist is a string containing asm statements separated by semicolons.