Opcodes and instructions..?
Yo.
I was wondering, the other day when I had CE open. All the instructions are determined by the bytes I think? For example, the no-operation instruction would be 0x90 in hexadecimal.
I'm here to know if instructions like dec inc jmp call etc, have their own specific combination of bytes to make the instruction.
Another question:
If there are combinations of bytes, how would you do something like:
How would you determine what address to call?
OR
Something like:
Would all of this be determined by a combination of bytes?
Sorry if this is stupid, also, don't know if this should be in the assembly section.
I was wondering, the other day when I had CE open. All the instructions are determined by the bytes I think? For example, the no-operation instruction would be 0x90 in hexadecimal.
I'm here to know if instructions like dec inc jmp call etc, have their own specific combination of bytes to make the instruction.
Another question:
If there are combinations of bytes, how would you do something like:
Code:
call 0xFFFFFFF
OR
Something like:
Code:
mov eax,100h
Sorry if this is stupid, also, don't know if this should be in the assembly section.
