heystone-0.1.0: Haskell bindings for the Keystone assembler framework
Copyright(C) Adrian Herrera 2016
LicenseGPL-2
Safe HaskellSafe-Inferred
LanguageHaskell2010

Heystone.CPU.Hexagon

Description

Definitions for the Hexagon architecture.

Synopsis

Documentation

data Error Source #

Hexagon errors.

Instances

Instances details
Bounded Error Source # 
Instance details

Defined in Heystone.CPU.Hexagon

Enum Error Source # 
Instance details

Defined in Heystone.CPU.Hexagon

Show Error Source # 
Instance details

Defined in Heystone.CPU.Hexagon

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #

Eq Error Source # 
Instance details

Defined in Heystone.CPU.Hexagon

Methods

(==) :: Error -> Error -> Bool #

(/=) :: Error -> Error -> Bool #