Copyright | (c) roki 2019 |
---|---|
License | MIT |
Maintainer | falgon53@yahoo.co.jp |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
The executable module for compilation
Synopsis
- module Htcc.Asm.Generate
- casm :: (IsOperand i, UnaryInstruction i, BinaryInstruction i, Integral i) => (ASTs i, GlobalVars i, Literals i) -> IO ()
Export modules
module Htcc.Asm.Generate
casm :: (IsOperand i, UnaryInstruction i, BinaryInstruction i, Integral i) => (ASTs i, GlobalVars i, Literals i) -> IO () Source #
Generate full assembly code from string of C source code