00-01 (8bit RAM Write)

00______ 000000XX

01______ 000000XX

_ = Address

X = Value

This is one of the few times you can write to an address that ends in an odd number. This codetype is useful for when you only want to write an 8bit value. If you use the address that your search gives you, you will end up changing the first 2 bytes of the value.


Examples:

Address:

81D49464

Code:

01D49467 000000XX