Copyright | (c) Ruey-Lin Hsu (petercommand) |
---|---|
License | LGPL-3 |
Maintainer | petercommand@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
|
Documentation
initFuncState :: String -> MASMFunc 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 #