VdpRamWrite

Last Modified: 1/18/2021

Writes Data into VRAM Address.

Arguments

NameTypeRequiredDescription
Address Long Yes The memory location to write Data.
Data Integer / Long Yes The information to store at Address.

Example

Syntax: VdpRamWrite <Address>, <Data>
    VdpRamWrite 0,&h1111

Remarks

Each write is 2 bytes long with no option to do a single byte write. Address values must be even.

See Also

VdpRamRead()