Click or drag to resize

12.5.2 Command List Execution

The SP-ICE-3 Card normally executes the commands in a command list sequentially from the beginning, and in the order in which the commands were originally appended to the list.

When the end of a list is reached, one of the following happens:

  • If the current list was called as a sub-routine, execution of the calling list will continue at the next command after the call-command.

  • If a "next list" has already been placed on the execution queue, execution will continue at the beginning of that list.

  • Otherwise, execution will stop.

Flow-Control commands may be used within lists to control the order of execution of whole or partial lists, and to effect sub-routine calls between lists.