P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
P-Code Instructions Index [4]
                                             Up Contents Index Back
──P-Code Instructions Index───────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │AB│C│DEFGHIJKLMNOPQRSTUVWX-Z*│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
   CallD#             Direct p-code call; pop parameters and push return
   CallDb             Direct p-code call; pop parameters and push return
   CallDbb            Direct p-code call; pop parameters and push return
   CallDbw            Direct p-code call; pop parameters and push return
   CallS#             Direct p-code call; pop parameters and push return
   CallSb             Direct p-code call; pop parameters and push return
   CallSbb            Direct p-code call; pop parameters and push return
   CallSbw            Direct p-code call; pop parameters and push return
   Callifc<t>         Indirect call to __far __cdecl function
   Callifp<t>         Indirect call to __far __pascal function
   Callinc<t>         Indirect call to __near __cdecl function
   Callinp<t>         Indirect call to __near __pascal function
   Callxbb            Call a virtual function
   Callybb            Multiple-inheritance call to virtual function
   Case<t>            Perform Switch/Case operation
   Chkstk             Check for Stack Overflow
   ClrfB<n>           Clear Frame Byte
   CmpsL              Compare top two signed longs on stack
   CmpT               Compare top two floating point values
   Cmpu<t>            Compare top two items on stack as unsigned values
   CvtBW              Convert byte to word (sign extended)
   Cvt<t>T            Convert integer to temp-real
   CvtWL              Convert word to long
   CvtWuQ<n>          Convert word to unsigned bit field
   CvtWQ<n>           Convert word to signed bit field
                                    -♦-