Yes, use address_index.l=?MyMapIndex and address_data.l=?MyMapData to get the address of your included data.Can I use the "labels" MyMapIndex: and MyMapData:
as pointers to the start of that information?
I'm afraid that Peek, Poke and CopyMemory are the only availible commands(that i know of) to directly alter/read memory contents.There are commands to do this part of my project, but I cannot seem to find any to directly access the binary data in memory other than the peek and poke commands.