Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->CALL
CALL cc,nn Call subroutine at nn if condition cc is true
CALL nn Call subroutine at nn always
Flags
| S | Not affected |
| Z | Not affected |
| H | Not affected |
| P/V | Not affected |
| N | Not affected |
| C | Not affected |
| No of | M | T | usec @ | |
| bytes | cycles | states | 2 MHz |
| cc true | 3 | 5 | 17 | 8.5 |
| cc false | 3 | 3 | 10 | 5 |
| no cc | 3 | 5 | 17 | 8.5 |