[quote:c84b1ef7d4]Your shown codes works for sure, but somehow I miss the point, how it should work within a menu similar to the sample filed under Adr.
How would you comfortably link the labels for the stored text in eeprom to said menu-example? [/quote:c84b1ef7d4]
ADR and ADR2 work for code only. so the sample is irrelevant for EEPROM. But i finally :shock: understand the TS problem.
Code labels are resolved by the assembler at a second pass. But since EEPROM data is just data and not handled by the assembler because it isnt object code, there is no second pass that will resolve the label.
I will have a look at it.
↧