Holamaster

Páginas: 3 (601 palabras) Publicado: 28 de octubre de 2012
Cheat coding list

|CODE |FUNCTION |
|0xxxxxxx yyyyyyyy |32bit write ofyyyyyyyy to location: (xxxxxxx + ‘offset’) |
|1xxxxxxx ????yyyy |16bit write of yyyy to location: (xxxxxxx + ‘offset’)|
|2xxxxxxx ??????yy |8bit write of yy to location: (xxxxxxx + ‘offset’) |
|3xxxxxxx yyyyyyyy |32bit ‘if less-than’instruction |
| |If the value at (xxxxxxx or ‘offset’ when address is 0) < yyyyyyyy then execute thefollowing |
| |block of instructions. |
| |Conditional instructionscan be nested. |
|4xxxxxxx yyyyyyyy |32bit ‘if greater-than’ instruction|
| |If the value at (xxxxxxx or ‘offset’ when address is 0) > yyyyyyyy then execute the following |
| |block of instructions.|
| |Conditional instructions can be nested. ||5xxxxxxx yyyyyyyy |32bit ‘if equal’ instruction |
| |If the value at (xxxxxxx or ‘offset’when address is 0) == yyyyyyyy then execute the following |
| |block of instructions. |
|...
Leer documento completo

Regístrate para leer el documento completo.

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS