Expand description
This module contains the encoders for the X86_64 instruction set.
Modulesยง
- add
- This module contains the encoders for the
addinstruction group. - call
- This module contains the encoders for the
callinstruction group. - cmp
- This module contains the encoders for the
cmpinstruction group. - cpuid
- This module contains the encoders for the
cpuidinstruction group. - int
- This module contains the encoders for the
intinstruction group. - jcc
- This module contains the encoders for the
jccinstruction group. - jmp
- This module contains the encoders for the
jmpinstruction group. - lea
- This module contains the encoders for the
leainstruction group. - lock
- This module contains the encoders for the
lockinstruction group. - mov
- This module contains the encoders for the
movinstruction group. - nop
- This module contains the encoders for the
nopinstruction group. - pop
- This module contains the encoders for the
popinstruction group. - push
- This module contains the encoders for the
pushinstruction group. - ret
- This module contains the encoders for the
retinstruction group. - sub
- This module contains the encoders for the
subinstruction group. - syscall
- This module contains the encoders for the
syscallinstruction group. - sysenter
- This module contains the encoders for the
sysenterinstruction group. - xor
- This module contains the encoders for the
xorinstruction group.