Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An assembler for a simple imaginary assembly language. See the tests folder for examples.

To build, simply run:
make
to clean the build artifacts, run:
make clean
To build it as optimized or in debug mode, clean any build artifacts and then run either:
make opt
for optimized, or
make dbg
for debug.

Note: it was required to use ansi C and to check every allocation, hence almost every function returns a boolean indicating whether or not malloc returned NULL.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages