Package frysk.isa

This package provides an ISA (instruction set architecture) model of each architecture supported by frysk.

See:
          Description

Class Summary
ElfMap Factory returning an ISA based on ELF header information.
ISA Searchable, hashable key sufficient for identifying the supported Instruction Set Architectures Client code, rather than extending this key should implement local or more global structures indexed by this key.
ISAMap Searchable, insertion ordered table indexed by ISA.
TestISA Searchable, hashable key sufficient for identifying the supported Instruction Set Architectures Client code, rather than extending this key should implement local or more global structures indexed by this key.
 

Package frysk.isa Description

This package provides an ISA (instruction set architecture) model of each architecture supported by frysk.

The model is limited to the ISA. Implementation specific information, such as mapping between DWARF and ISA registers, is maintained local to the code that requires it.