QuoteRef: memorex ;;Memorex macro asm: output bit forms
|
2.5 ;;Quote: constants are terms that are their own value
|
QuoteRef: memorex ;;2-10 variable symbols (eg &abc) are replaced by string form of value
|
QuoteRef: memorex ;;2-22 can get length of a symbol's value in storage words
|
8.7 ;;Quote: a formatting operator can pack multiple variables into a storage word
|
QuoteRef: memorex ;;10-2 macro call formats: macro operands (can also reference the label on the macro call), either positional or keyword (a default
|
QuoteRef: memorex ;;10-6 contiguous commas (operand deliminators) same as a null value
|
QuoteRef: memorex ;;10-8 comma list with parentheses bracketing is an operand sublist. &arg1(2) is the second sub-operand
|
QuoteRef: memorex ;;10-10 symbolic substrings (for conditional assembly tests only) by &arg(1,2). e.g., if &arg is abc then the substring is ab
|
QuoteRef: memorex ;;10-12 fatal and non-fatal error messages can be generated
|
10.14 ;;Quote: a macro instance number allows the creation of unique identifiers
|
QuoteRef: memorex ;;10-15 can assign arithmetic or character values to a symbol
|
QuoteRef: memorex ;;10-20 can define a symbol global (default is local to macro instance)
|