In conditional branch table, list one destination per line, in order.

This commit is contained in:
Martin Ling
2024-11-26 19:04:42 +00:00
parent b178c66e6e
commit d21f01f7b4

View File

@ -430,12 +430,26 @@ as follows:
Routine: Uses conditional branches to:
idle tx_loop, wait_loop
idle tx_loop
wait_loop
tx_zeros tx_loop
checked_rollback idle
tx_loop tx_zeros, checked_rollback, rx_loop, wait_loop
wait_loop rx_loop, tx_loop
rx_loop rx_shortfall, checked_rollback, tx_loop, wait_loop
tx_loop tx_zeros
checked_rollback
wait_loop
rx_loop
wait_loop tx_loop
rx_loop
rx_loop checked_rollback
tx_loop
wait_loop
rx_shortfall
rx_shortfall rx_loop
If any of these routines are reordered, or made longer, you may get an error