ear7h / dhall-asm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dhall ASM

A Dhall DSL for writing assembly programs. The DSL was designed to support multiple backends, specifically x86, ARM, and RISC-V. The only one currently implemented is x86.

Testing

dhall text --file ./test/x86_64.dhall | ./test-copile.dhall

About

License:MIT License


Languages

Language:Dhall 99.6%Language:Shell 0.4%