Back

 

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

5 0 - X X X X X X   0 0 Y Y

 

Format

5 0 - 0 0 A A 0 B   C C C C

AA = Number Of Times To Repeat
BB = Offset Of Addresses
CCCC = Value To Increment Value By

 

Functionality

Serial code use with 80/30 codes. Saves using 2 or more codes to update consecutive memory locations. The code starts with the 50 code.

This contains the number of repeats and the size of the code to write

(1 for byte, 2 for words).

You can also specify a value to increase by on each repeat.

 

Example 1

50000602 0000
80123456 00FF
is equivilent to
80123456 00FF
80123458 00FF
8012345A 00FF
8012345C 00FF
8012345E 00FF
80123460 00FF

 

Example 2

50000602 0001
80123456 0000
is equivilent to
80123456 0000
80123458 0001
8012345A 0002
8012345C 0003
8012345E 0004
80123460 0005

:: Emu64 Cheats Logo By HostLink ::