Previous: Code Procedure To the Table of Content Next: Labels

- 2.3.4 -
TMT Pascal Language Description
Built-in Assembler

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: Code Procedure To the Table of Content Next: Labels
Code Procedure Table of Content Labels

- 2.3.4 -