[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
@@ ????
asm (StatementList: String); |
The asm
inline statement is a GNU extension. It requires its paramenter
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 seperated by semicola.