VdpRamRead()
Previous  Next

Description: Reads a word from VRAM at <Address> and returns a 16-bit, 2 byte value.

     Syntax:
     
VpdRamRead(<Address>)

Part
Description
<Address>
Required. The address in VRAM to read from. The address must be an even address.

Example:

        a = VdpRamRead(64)
        Print a