Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
initFuncState :: String -> MASMFunc Source
section :: String -> Writer [MASMOutput] () Source
output :: [MASMOutput] -> [String] Source
produceAsm :: MASM -> Writer [MASMOutput] () Source
produceAsmOptions :: [String] -> Writer [MASMOutput] () Source
produceAsmInclude :: [MASMInclude] -> Writer [MASMOutput] () Source
produceAsmProg :: MASMProgM () -> Writer [MASMOutput] () Source
produceAsmGlobalVarMap :: MASMVarMap -> Writer [MASMOutput] () Source
produceAsmFuncs :: [MASMTopLevel] -> Writer [MASMOutput] () Source
printShowableInstr :: MASMInstr -> Writer [MASMOutput] () Source
typedSinOp :: TypedMASMInstrSinCon -> MASMType -> Operand -> MASMFuncM () Source
typedBinOp :: TypedMASMInstrBinCon -> MASMType -> Operand -> Operand -> MASMFuncM () Source