Skip to content

Spriithy/libmips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libmips

A library to help work with MIPS 32

Building

To build the libmips library you simply need to :

cd release
make all

This will generate a file named libmips.a under the build/ folder.

Note: you can alternatively do the same in debug/ to produce a debug build.

Using it in your project

To use the libmips in your project simply compile using these additional flags:

# To compile with the headers ...
gcc -I"/path/to/libmips" ...

# When invoking the linker ...
gcc -L"/path/to/libmips.a" -lmips ...

About

A library to help work with MIPS 32

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published