cobol2.hlp (Table of Contents; Topic list)
CHIP (↑ Object Code)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    CHIP
 
  Function:     Tells the compiler that a specific microprocessor
                architecture is in use.
 
  Syntax:
 
     ─┬───┬─┬─────CHIP──"integer"─┬───────────
        └─/─┘ └─NO──CHIP────────────┘
 
  Parameters:   integer              Must be 16.
 
  Default:      CHIP "16"
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-