Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 382 Bytes

Assembler

This assembler is not currently meant for general use. It supports only the instructions and features emitted (and used) in my C compiler. It is also able to assemble the self-compiled assembly output from that compiler.

Build instructions

make

Usage

as INPUT.s OUTPUT.o

The output is a 64-bit ELF object file.