◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax CallDb /* Direct p-code call; pop parameters and push return values */ Description Like CallD#, this instruction calls a procedure in a p-code segment different from the currently executing procedure's segment. However, an immediate operand specifies the 1-byte index into the current segment's call table. In other words, the first fetch performed by "CallD#" is replaced by a fetch from the instruction stream. See: ◄CallD#► -♦-