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
- Host: GitHub
- URL: https://github.com/mause/mausembler
- Owner: Mause
- Created: 2012-04-19T05:44:16.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T03:15:30.000Z (about 4 years ago)
- Last Synced: 2025-10-09T07:28:36.546Z (9 months ago)
- Language: Python
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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