Quantcast
Channel: MCS Electronics Forum
Viewing all articles
Browse latest Browse all 20688

BASCOM-AVR : How to get value for EE label? : REPLY

$
0
0
I dont see a reason to use adr or adr2. adr2 would be used for data stored in code. this example works : $eeprom Label_2: Data "World" Label_3: data "test" $data dim w as Word ,s as String * 10 gosub Get_adres end Get_adres: W = Loadlabel(label_2) ReadEEprom s,w W = Loadlabel(label_3) ReadEEprom s,w Return but since the data is stored in eeprom, the byte address is returned.

Viewing all articles
Browse latest Browse all 20688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>