Emits content of string as preprocessed assembler.
Substitutes brackets for static memory address of var.
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.