memory.read(address) -- returns the 32 bit value of the 32 bit address
memory.write(address, value) -- writes the 32 bit value to the 32 bit address
One could then explore the ESP8266 in LUA (e. g. access the sleep modes and the RTC).
Could one of the C wizard implement it?
There was a similar post from me two month ago.
viewtopic.php?f=21&t=591&p=3158&hilit=hans+memory#p3158