PutMem1

Writes one byte to a memory address.

Syntax: PutMem1 Address , Value

Address
required LongPtr. The address to write to.
Value
required Byte. The byte to store at Address.

The address is written directly with no bounds or alignment check. Writing to an address that does not belong to the process, or one that points into read-only memory, will crash the host.

See Also