| ||||||||
Technical Support On-Line Manuals AARM User's Guide | Standard Macro ProcessorThe Standard Macro Language supported by the AARM Assembler is a string replacement facility that enables you to write resuable code blocks (macros) and insert them in one or more places in your source text. The standard macro processor is very similar to macro processors found in other popular assemblers. The macro processor views the source file differently than the assembler.
Combining macros with conditional assembly directives and statements, leads to compact configuration-dependent code which is critical to good program design. Additionally, it produces the most compact code possible. Note
| |||||||
| ||||||||