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

Heystone.CPU.Sparc

Description

Definitions for the SPARC architecture.

Synopsis

Documentation

data Error Source #

SPARC errors.

Instances

Instances details
Bounded Error Source # 
Instance details

Defined in Heystone.CPU.Sparc

Enum Error Source # 
Instance details

Defined in Heystone.CPU.Sparc

Show Error Source # 
Instance details

Defined in Heystone.CPU.Sparc

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #

Eq Error Source # 
Instance details

Defined in Heystone.CPU.Sparc

Methods

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

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