◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax CallSbw /* Direct p-code call; pop parameters and push return values */ Description Like CallSbb, this instruction calls a procedure in the same p-code segment as the currently executing procedure, specifying a parmeter byte count. However, the parameter byte count is two bytes long instead of one. This instruction is used when 256 or more bytes of parameters are being passed. See: ◄CallSb► -♦-