P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
CallSb
                                              Up Contents Index Back
──P-Code Instructions───────────────────────────────────────────────────────
 
  Syntax
 
  CallSb
 
  /* Direct p-code call; pop parameters and push return values */
 
  Description
 
  Like CallS#, this instruction calls a procedure in the same p-code
  segment as the currently executing procedure.
 
  However, an immediate operand specifies the one-byte EN (Entry Number).
  In other words, the first fetch performed by "CallS#" is replaced by a
  fetch from the instruction stream.
 
  See: CallS#
 
 
                                     -♦-