CALL cc,pq

Call subroutine on condition.
Function: if cc true: (SP - 1) <- PChigh; (SP - 2) <- PClow; SP <- SP - 2; PC <- pq
if cc false: PC <- PC + 3
 
Format:
 
Description:
 
Data Flow:
 
Timing:
 
Addressing Mode:
 
Byte Codes:
 
Flags:
 
(no effect)
 
Example:

OBJECT CODE
Before:
 
After: