Re: [Amforth] Read/write from safe known fixed EEPROM address

2019-08-07 Thread Tristan Williams
Hello Erich, Thank you! I wish to read/write the value from/to a known fixed EEPROM address from applturnkey using assembler. Thank you for pointing me towards avr8/amforth-eeprom.inc In avr8/amforth-eeprom.inc the top line is .dw -1 ; EEPROM Address 0 should not be used Does t

Re: [Amforth] Read/write from safe known fixed EEPROM address

2019-08-07 Thread Erich Wälde
Hello Tristan, Tristan Williams writes: > Hello, > > I would like to modify my AVR build of AmForth to read/write a byte > from a known fixed EEPROM address, perhaps from applturnkey. This byte > may be written outside of AmForth. Is there a safe area of EEPROM > from which to do this or a way m

[Amforth] Read/write from safe known fixed EEPROM address

2019-08-07 Thread Tristan Williams
Hello, I would like to modify my AVR build of AmForth to read/write a byte from a known fixed EEPROM address, perhaps from applturnkey. This byte may be written outside of AmForth. Is there a safe area of EEPROM from which to do this or a way making one? Any pointers as to where to look appreciate