- 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.
 
 
- 2.3.4. -