An open API service indexing awesome lists of open source software.

https://github.com/mause/mausembler

Quick and dirty DCPU16 assembler; probably never going to be complete
https://github.com/mause/mausembler

Last synced: 2 months ago
JSON representation

Quick and dirty DCPU16 assembler; probably never going to be complete

Awesome Lists containing this project

README

          

Mausembler
==========

Quick and dirty DCPU16 assembler; probably never going to be complete.
Written in Python;

to use it, import Assembler from mausembler
Then invoke an Assembler class via
variable=Assembler(inputfile, outputfile)

Or... look in Mausembler.py for another example of use