Symbolic addresses for EEPROM (data) storage

RadioBob

New Member
It would be very useful to be able to define labels a midst EEPROM/DATA statements to give symbolic reference to the start location of the data defined by that command. This would allow references to various data elements stored in EEPROM without explicitly having to count the previously allocated data bytes. Every time a data element changes size, I have to recount/calculate the subsequent data value locations.

Suggested that a label definition such as DataTable: be defined between 0 and 255 depending upon the location it occurred in EEPROM. Then one could use a command such as "read DataTable, b10".

Bob VE3SUY
 
Top