Is there a function in LabVIEW which allows me to access a memory location at the offset of a memory location. I am able to do it using C program. In C there is a function called peek(segment, offset) to read from an offset address and poke(segment, offset) to write into an offset address, from a specified base address. Is there an equivalent for that in LabVIEW. Using this, I want to access a hardware connected to my PC whose base address and offset in known to me.