Skip to content

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

Notifications You must be signed in to change notification settings

lasarus/Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages