Show
Ignore:
Timestamp:
01/28/10 21:36:04 (7 months ago)
Author:
dark_byte
Message:

Release candidate 1 for 5.6

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Cheat Engine/Assemblerunit.pas

    r306 r313  
    55uses windows,sysutils,imagehlp; 
    66 
    7 const opcodecount=1072; //I wish there was a easier way than to handcount 
     7const opcodecount=1071; //I wish there was a easier way than to handcount 
    88 
    99 
     
    11481148  (mnemonic:'PUSH';opcode1:eo_ib;paramtype1:par_imm8;bytes:1;bt1:$6a), 
    11491149  (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), 
    11511151 
    11521152