Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.09 KB

cpu.rst

File metadata and controls

64 lines (49 loc) · 1.09 KB

CPU

CPUContextBase

This is the base mix-in class when defining new CPUs to support.

revenge.cpu.contexts.CPUContextBase

CPUContext

The CPUContext represents the state of the CPU. The following is the base generator of contexts.

revenge.cpu.contexts.CPUContext

x64

revenge.cpu.contexts.x64.X64Context

x86

revenge.cpu.contexts.x86.X86Context

arm

revenge.cpu.contexts.arm.ARMContext

Assembly

Abstraction for the assembly instructions.

Assembly Instruction

revenge.cpu.AssemblyInstruction

Assembly Block

revenge.cpu.assembly.instruction.AssemblyBlock