1#ifndef ROSE_BinaryAnalysis_Architecture_Intel80286_H
2#define ROSE_BinaryAnalysis_Architecture_Intel80286_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
5#include <Rose/BinaryAnalysis/Architecture/X86.h>
8namespace BinaryAnalysis {
Architecture specific information for Intel 80286.
static Ptr instance()
Allocating constructor.
bool matchesHeader(SgAsmGenericHeader *) const override
Tests whether this architecture matches a file header.
RegisterDictionary::Ptr registerDictionary() const override
Property: Register dictionary.
Common base class for all x86 architectures.
std::shared_ptr< Intel80286 > Intel80286Ptr
Reference counted pointer for Intel80286.
const char * Architecture(int64_t)
Convert Rose::BinaryAnalysis::Disassembler::Mips::Decoder::Architecture enum constant to a string.