◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax CallDbb /* Direct p-code call; pop parameters and push return values */ Description Like CallDb, this instruction calls a procedure in a p-code segment different from the currently executing procedure's segment. However, it has a second 1-byte immediate operand that specifies the number of bytes of parameters that are being passed to the called procedure. This parameter count overrides the default for the procedure specified in its entry point. See: ◄CallDb► -♦-