Instruction Format


ANSI

 

The PL/B language has four (4) basic types of instructions:

  1. Compiler directive

  2. Data definition

  3. Program execution

  4. Comment Line

 

The first three instruction types use a format similar to the following:

 

LABEL      OPERATION      OPERAND(S)      COMMENTS

 

 

See Also: Instruction Syntax

 



PL/B Language Reference Instruction Syntax Compiler Directives