Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
MASM | |
|
type Displacement = Int Source
Imm :: Word16 -> Operand | |
Direct :: Addr -> Operand | |
Reg :: forall a. Reg a => a -> Operand | |
RegIndirect :: forall a. Reg a => a -> Operand | |
RegIndex :: forall a. Reg a => a -> Displacement -> Operand | |
RegIndexScale :: forall a. Reg a => a -> a -> Scale -> Displacement -> Operand | |
VarAddr :: String -> Operand |
type MASMVarMap = Map String MASMVar Source
MASMProg | |
|
type UntypedMASMInstrSinCon = Operand -> MASMInstr Source
type UntypedMASMInstrBinCon = Operand -> Operand -> MASMInstr Source