Previous: 2.3.3. Code Procedure To the Table of Contents Next: 2.3.5. Labels
2.3.3. Code Procedure Table of Contents 2.3.5. Labels

- 2.3.4. -
Table of Contents
2. TMT Pascal Language Description
2.3. Built-in Assembler
2.3.4. Command Syntax


2.3.4. Command Syntax


The general syntax of an assembler statement is
  [label:]
  [prefixes]
  [[opcode [operand1 [,operand2 [,operand3]]]]
Here:
 label: is an optional label definition;
 prefixes are instruction prefixes;
 opcode is a instruction mnemonic or directive;
 operand is an operand expression.


Previous: 2.3.3. Code Procedure To the Table of Contents Next: 2.3.5. Labels
2.3.3. Code Procedure Table of Contents 2.3.5. Labels

- 2.3.4. -