P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
CallSbb
                                              Up Contents Index Back
──P-Code Instructions───────────────────────────────────────────────────────
 
  Syntax
 
  CallSbb
 
  /* Direct p-code call; pop parameters and push return values */
 
  Description
 
  Like CallSb, this instruction calls a procedure in the same p-code
  segment as the currently executing procedure.
 
  However, a second one-byte immediate operand specifies the number of
  bytes of parameters that are being passed to the called procedure. This
  parameter count overrides the default for that procedure specified in
  its entry point.
 
  See: CallSb
 
 
                                     -♦-