Arch module
Module regrouping classes and enums used to represent various computer architectures.
Contents
- Reference
An architecture is represented by a class deriving from the Arch generic class. Each architecture has its own namespace which regroups the specialised Arch class (X86::
❱ Namespaces
❱ Classes
- class maat::Arch
- Base class representing an architecture.
- class maat::X86::ArchX86
- Intel X86-32 architecture.
- class maat::X64::ArchX64
- Intel X86-64 architecture.
❱ Enums
❱ Typedefs
- using reg_t = uint16_t
- Generic representation of a CPU register in Maat's engine.