Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple assembler, made primarily for assembling output from my compiler.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages