Results 1 to 2 of 2

Threaded View

  1. #1
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent

    Cheat Engine - Opcode

    JE - Jump Short If Equal = 0x74
    JNE - Jump Short If Not Equal = 0x75
    JNA - Jump Short If Not Above = 0x76
    JMP - Jump Short = 0xEB
    JB - Jump Short If Below/Carry = 0x72
    JA - Jump Short If Above = 0x77
    JAE - Jump Short If Not Above Or Equal = 0x73
    CMP = Compare Two Operands = 0x39
    PUSH - Push Word / Double Word Onto The Stack = 0x57
    MOV - Copy Memory = 0x8B
    XOR - Logical Exclusive Or = 0x30
    ADD - Add (Sign Extended) = 0x83
    SBB - Interger Subtraction With Borrow = 0x1B
    POP - Pop a Value From The Stack = 0x5F
    AND - Logical And = 0x23
    INC - Increment By 1 = 0x42
    TEST - Logical Compare = 0x85
    SHR - Unsigned Divide By 2 2 Times = 0xC1
    RET - Near Return To Calling Procedure & Pop 2 Bytes From Stack =0xC2
    SUB - Subtract = 0x2B
    CALL - Call Procedure = 0xE8
    XCHG - Exchange Memory With Register = 0x86
    CMPXCHG - Compare & Exchange = 0xF0
    OR - Logical Inclusive Or = 0x0A
    INT 3 - Call To Interrupt Procedure-3 : Trap To Debugger = 0xCC
    LEA - Load Effective Address = 0x8D
    CMOVEAE - Move If Above Or Equal / Move If Not Carry = 0x0F43
    SETB - Set Byte If Below / Carry = 0x0F92
    NOP - No Operation = 0x90
    SETNE - Set Byte If Not Equal = 0x0F95
    SETO - Set Byte If Overflow = 0x0F90
    DEC - Decrement By 1 = 0xFF
    SHL - Multiply By 2 2 Times = 0xC1
    Last edited by Heroes; 05-28-2016 at 11:25 AM.


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  2. The Following 4 Users Say Thank You to RuShi For This Useful Post:

    Anju01 (09-21-2017),Armored- (06-07-2016),Coder.ExCrysis³ (05-28-2016),rgfesgt32dc (11-23-2017)

Similar Threads

  1. [Help] Cheat Engine Memory Viewer shows other Opcodes, Adress, Bytes then OLLYDBG
    By MrGmbLp in forum General Game Hacking
    Replies: 0
    Last Post: 07-07-2015, 10:17 AM
  2. Warrock -> Cheat Engine -> Adresses
    By thiag0 in forum General Game Hacking
    Replies: 6
    Last Post: 10-25-2006, 06:29 AM
  3. [Tutorial] Cheat Engine - Weapons
    By darkshinez in forum WarRock - International Hacks
    Replies: 49
    Last Post: 07-29-2006, 01:55 PM
  4. Cheat Engine and Trainer Idea
    By Bull3t in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-06-2006, 03:04 PM
  5. Cheat Engine Values
    By Bull3t in forum WarRock - International Hacks
    Replies: 0
    Last Post: 05-31-2006, 04:10 AM