mystor / asm-lang

A simple compiler for a basic language written in x86-64 assembly language
9 stars 5 forks source link

This is (going to be) a very simple compiler written in x86-64 assembly.

Right now, its a mechanism to help me learn x86-64 assembly.

The only build platform which is working is elf64 on Linux, although hopefully macho64 will be supported at some point too.