<<< Encoding ADD CL, AL Instruction | Index | Encoding ADD EDX, DISPLACEMENT Instruction >>> |
add ecx, eax
Note that we could also encode ADD ECX, EAX using the bytes 03 C8.
<<< Encoding ADD CL, AL Instruction | Index | Encoding ADD EDX, DISPLACEMENT Instruction >>> |