Re: Storage of Euphoria variables
- Posted by Vinoba Apr 28, 2011
- 1829 views
Zebra: I do not think you got my meaning. I gave just one example of a file info I use to be able to work with DBF files. I generally am much more comfortable when I have information of the TYPE of data or file I demonstrated. Any person working using in line assembler, and Peek and Poke function needs to know that type of information for Euphoria Objects, variables, sequences etc. something like:
Location 00 - 2 bytes Description of this item one
Location 02 - 4 bytes Description of this item two
Location 06 - 8 bytes Description of this item three
Location 0E - 2 bytes Description of this item four
Location 10 - 2 bytes Description of this item five
Location 12 - 4 bytes Description of this item six
Location 16 - 4 bytes Description of this item seven
And so on.
All assembly language programmers have information of this type for data structures they are working with. Similar info needed using Peek and Poke.