Node:asm Inline, Next:, Previous:repeat Statement, Up:Statements



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.