P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
P-Code Data Types
                                              Up Contents Index Back
──P-Code Instructions───────────────────────────────────────────────────────
 
  The data type <t> is zero or more of
 
  Value   Meaning
  V       Void
  B       Byte
  Q       Bit field
  W       Word
  S       Short (word ── reserved for 386 version)
  L       Long (double word)
  N       Pointer (near)
  A       Address (near)
  F       Pointer (far)
  H       Pointer (huge)
  R       Float (4 bytes)
  D       Double (8 bytes)
  T       Long double (10 bytes)
 
  See: P-Code Syntax
 
  When more than one <data_type> is specified, they appear in the
  following order:
 
  ■   Left operand (below top of stack)
 
  ■   Right operand (at top of stack)
 
  ■   Result of the operation
 
 
                                     -♦-