mmatlin / chasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chasm

chasm's an assembler...?
chasm's hardly an assembler...?
can hardly assemble...?

chasm is a RISC-y assembly language not specific to any ISA but which can be translated to other assembly languages. The chasm library exposes types which represent chasm instructions (see the Instructions module) and provides back ends which emit chasm assembly and x86 assembly as well as a chasm assembly parser.

About


Languages

Language:OCaml 100.0%