Skip to content

Commit

Permalink
In conditional branch table, list one destination per line, in order.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinling committed Nov 26, 2024
1 parent b178c66 commit d21f01f
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions firmware/hackrf_usb/sgpio_m0.s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d21f01f

Please sign in to comment.