If you know the offset is 20, give that byte a name as Ioannis suggested. This will act as a place marker for your start point. You can also use a variable start point:
Code:CondVar = inputVal TXREG = all_data[20+CondVar]
If you know the offset is 20, give that byte a name as Ioannis suggested. This will act as a place marker for your start point. You can also use a variable start point:
Code:CondVar = inputVal TXREG = all_data[20+CondVar]
Last edited by mpgmike; - 11th August 2022 at 16:41.
Bookmarks