htcc-0.0.0.1: The full scratch implementation of tiny C compiler (x86_64)
Copyright(c) roki 2019
LicenseMIT
Maintainerfalgon53@yahoo.co.jp
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Htcc.Asm

Description

The executable module for compilation

Synopsis

Export modules

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