risc-v-0.0.2.0: RISC-V

Safe HaskellNone
LanguageHaskell2010

Data.RiscV.Instruction

Documentation

newtype MajorOpcode Source #

Constructors

MajorOpcode (BitVector 5) 
Instances
Eq MajorOpcode Source # 
Instance details

Defined in Data.RiscV.Instruction

newtype MinorOpcode Source #

Constructors

MinorOpcode (BitVector 3) 
Instances
Eq MinorOpcode Source # 
Instance details

Defined in Data.RiscV.Instruction

newtype Register Source #

Constructors

Register (BitVector 5) 
Instances
Eq Register Source # 
Instance details

Defined in Data.RiscV.Instruction