Mod
Description:
[ CCode ( cname = "int" , cprefix = "R_ASM_MOD_" ) ]
public enum Mod
The different types of fields in opcodes.
Content:
Enum values:
- DSTREG - The destination register. EBP in
MOV EBP, ESP
- RAWVALUE - A raw value, like 6DEF20h in
mov eax, 6DEF20h
- SRCREG0 - The first source register. EBX in
SUB EDX, EBX
- SRCREG1 - The second source register, for
example in
PUSHA AX, CX, DX
- SRCREG2 - The third source register.
- VALUE - A literal value, as in
push -1