I have 48 hex bytes of data that I would like to write to a table. I have played with the lookup2 and lookdown2 that the PBP has to offer and continuing with the thought of how to write to a table I am stumped. Reading from the table is not bad, I do not have a problem with that, it is trying to write to one.
Looking at my program what I am trying to do it find the position of what I want to write to on my table, example: position 1, and write to it rather than write to a value. I review to what I have I might just be writing to a number/constant.
The program is attached and the part that I am talking about is Labeled CHNL. If anyone has help to this problem I would appreciate it.
Bookmarks