asm

"asm" string

Emits content of string as preprocessed assembler.


Preprocessor

inst (var);

Substitutes brackets for static memory address of var.

inst -name;

In scope of asm statement, assigns address from temp pool to name and substitutes -name for that address. Effectively, this makes name a temporary variable in the scope of the asm statement.


<< Back