jump next After processing this table, it automatically moves to the next table (address + 20H) Line (CMDLINK is ignored) |
0 | 0 | 1 | jump assign After processing this table, move to CMDLINK table |
0 | 1 | 0 | jump call After processing this table, call the CMDLINK table subroutine |
0 | 1 | 1 | jump return After processing this table, return to the main routine (CMDLINK is ignored) ) |
1 | 0 | 0 | skip next Move to the next table (address + 20H) without processing this table (CMDLINK is ignored) |
1 | 0 | 1 | skip assign Move to this CMDLINK table without processing this table TD>
1 | 1 | 0 | skip call Subroutine the CMDLINK table without processing this table /TD>
1 | 1 | 1 | skip return Return to main routine without processing this table (ignore CMDLINK |
| |