Changeset 313 for Cheat Engine/Assemblerunit.pas
- Timestamp:
- 01/28/10 21:36:04 (7 months ago)
- Files:
-
- 1 modified
-
Cheat Engine/Assemblerunit.pas (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Cheat Engine/Assemblerunit.pas
r306 r313 5 5 uses windows,sysutils,imagehlp; 6 6 7 const opcodecount=107 2; //I wish there was a easier way than to handcount7 const opcodecount=1071; //I wish there was a easier way than to handcount 8 8 9 9 … … 1148 1148 (mnemonic:'PUSH';opcode1:eo_ib;paramtype1:par_imm8;bytes:1;bt1:$6a), 1149 1149 (mnemonic:'PUSH';opcode1:eo_id;paramtype1:par_imm32;bytes:1;bt1:$68), 1150 (mnemonic:'PUSH';opcode1:eo_iw;paramtype1:par_imm16;bytes:2;bt1:$66;bt2:$68),1150 // (mnemonic:'PUSH';opcode1:eo_iw;paramtype1:par_imm16;bytes:2;bt1:$66;bt2:$68), 1151 1151 1152 1152
