https://github.com/mahdibaghbani/python-basic-computer-assembler
Basic 16-bit computer assembler, implemented in Python exactly as described in M.Morris Mano's "Computer Systems Architecture" textbook.
https://github.com/mahdibaghbani/python-basic-computer-assembler
assembler basic-computer compiler mano-machine
Last synced: 10 months ago
JSON representation
Basic 16-bit computer assembler, implemented in Python exactly as described in M.Morris Mano's "Computer Systems Architecture" textbook.
- Host: GitHub
- URL: https://github.com/mahdibaghbani/python-basic-computer-assembler
- Owner: MahdiBaghbani
- License: agpl-3.0
- Created: 2018-08-11T21:08:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T12:45:47.000Z (over 7 years ago)
- Last Synced: 2025-01-22T03:27:58.832Z (12 months ago)
- Topics: assembler, basic-computer, compiler, mano-machine
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Python Assembler [](https://opensource.org/licenses/AGPL-3.0/) [](https://opensource.com/resources/what-open-source)
### Build Status
[](https://scrutinizer-ci.com/g/MahdiBaghbani/Python-Basic-Computer-Assembler/build-status/master)
---
### Quality Review
[](https://scrutinizer-ci.com/g/MahdiBaghbani/Python-Basic-Computer-Assembler/?branch=master)
[](https://www.codefactor.io/repository/github/mahdibaghbani/python-basic-computer-assembler)
[](https://codeclimate.com/github/MahdiBaghbani/Python-Basic-Computer-Assembler/maintainability)
---
Basic 16-bit computer assembler, implemented in Python exactly as described in M.Morris Mano's Computer Systems Architecture textbook.