Back
 

N 6 4   C O D E   T Y P E S

A 0 - X X X X X X   0 0 Y Y

 

Format

A 0 - X X X X X X   0 0 Y Y

XXXXXX = Address
YY = 8-Bit Value

 

Functionality

It simply writes the given 8 bit value, YY, to the given address, XXXXXX. (The address CAN be odd or even.)

However, this writes to the Uncached address.

 

Example

A0100205 0067

The byte value 67 is repeatedly written to memory location 100205. (Uncached.)

:: Emu64 Cheats Logo By HostLink ::