Skip to main content

Module encoders

Module encoders 

Source
Expand description

This module contains the encoders for the X86_64 instruction set.

Modulesยง

add
This module contains the encoders for the add instruction group.
call
This module contains the encoders for the call instruction group.
cmp
This module contains the encoders for the cmp instruction group.
cpuid
This module contains the encoders for the cpuid instruction group.
int
This module contains the encoders for the int instruction group.
jcc
This module contains the encoders for the jcc instruction group.
jmp
This module contains the encoders for the jmp instruction group.
lea
This module contains the encoders for the lea instruction group.
lock
This module contains the encoders for the lock instruction group.
mov
This module contains the encoders for the mov instruction group.
nop
This module contains the encoders for the nop instruction group.
pop
This module contains the encoders for the pop instruction group.
push
This module contains the encoders for the push instruction group.
ret
This module contains the encoders for the ret instruction group.
sub
This module contains the encoders for the sub instruction group.
syscall
This module contains the encoders for the syscall instruction group.
sysenter
This module contains the encoders for the sysenter instruction group.
xor
This module contains the encoders for the xor instruction group.