JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
VM_MOV
VM_CMP
VM_ADD
VM_SUB
VM_JZ
VM_JNZ
VM_INC
VM_DEC
VM_JMP
VM_XOR
VM_AND
VM_OR
VM_TEST
VM_JS
VM_JNS
VM_JB
VM_JBE
VM_JA
VM_JAE
VM_PUSH
VM_POP
VM_CALL
VM_RET
VM_NOT
VM_SHL
VM_SHR
VM_SAR
VM_NEG
VM_PUSHA
VM_POPA
VM_PUSHF
VM_POPF
VM_MOVZX
VM_MOVSX
VM_XCHG
VM_MUL
VM_DIV
VM_ADC
VM_SBB
VM_PRINT
VM_MOVB
VM_MOVD
VM_CMPB
VM_CMPD
VM_ADDB
VM_ADDD
VM_SUBB
VM_SUBD
VM_INCB
VM_INCD
VM_DECB
VM_DECD
VM_NEGB
VM_NEGD
VM_STANDARD
Field Details
vmCommand
Constructor Details
VMCommands(int)
Method Details
values()
valueOf(String)
getVMCommand()
equals(int)
findVMCommand(int)
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf