Copyright | (c) roki 2019 |
---|---|
License | MIT |
Maintainer | falgon53@yahoo.co.jp |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
The modules of intrinsic (x86_64) assembly
Synopsis
- dataSection :: (Show i, Ord i, Num i) => Map Text (GVar i) -> [Literal i] -> Asm AsmCodeCtx e ()
- textSection :: (Integral e, Show e, IsOperand i, Integral i, Show i, UnaryInstruction i, BinaryInstruction i) => [ATree i] -> Asm AsmCodeCtx e ()
Documentation
dataSection :: (Show i, Ord i, Num i) => Map Text (GVar i) -> [Literal i] -> Asm AsmCodeCtx e () Source #
data section of assembly code
textSection :: (Integral e, Show e, IsOperand i, Integral i, Show i, UnaryInstruction i, BinaryInstruction i) => [ATree i] -> Asm AsmCodeCtx e () Source #
text section of assembly code