| |||||
Technical Support On-Line Manuals A166 User's Guide | MPL Macro ProcessorThe Macro Processing Language (MPL) supported by the A166 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 macro processor views the source file differently than the assembler.
A valuable capability of MPL is conditional assembly. The use of conditional assembly within your macros leads to compact configuration-dependent code which is critical to good program design. Additionally, it produces the most compact code possible. Note
| ||||
| |||||