Previous: 2.3.5. Labels To the Table of Contents Next: 2.3.7. Opcodes
2.3.5. Labels Table of Contents 2.3.7. Opcodes

- 2.3.6. -
Table of Contents
2. TMT Pascal Language Description
2.3. Built-in Assembler
2.3.6. Prefixes


2.3.6. Prefixes


Prefixes are modifiers for the following instruction. TMT Pascal allows the following prefix mnemonics:
 Prefix  Comments 
SEGCSOverride the operand's segment with CS:
SEGDSOverride the operand's segment with DS:
SEGESOverride the operand's segment with ES:
SEGFSOverride the operand's segment with FS:
SEGGSOverride the operand's segment with GS:
SEGSSOverride the operand's segment with SS:
LOCKLock the bus
REPRepeat the instruction
REPE and REPZRepeat while equal
REPNE and REPNZRepeat while not equal



Previous: 2.3.5. Labels To the Table of Contents Next: 2.3.7. Opcodes
2.3.5. Labels Table of Contents 2.3.7. Opcodes

- 2.3.6. -