Please help me explaining what does the following code written in assembly language mean. :004030F3 7427 je 0040311C :004030F3 4840 dec eax, inc eax What does the first part in both the instructions mean i.e :004030F3 7427 (in 1st line ) and :004030F3 4840 (in 2nd line) And then how :004030F3 7427 je 0040311C (offset 24F3) becomes :004030F3 4840 dec eax, inc eax Please help .. Thanks !!!!
':004030F3' is the address where the instruction is located...The memory address '7427' is the opcode ... Same is with the second instruction...