Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T12:45:47.000Z (over 6 years ago)
- Last Synced: 2024-11-21T09:38:07.866Z (3 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 [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://opensource.org/licenses/AGPL-3.0/) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://opensource.com/resources/what-open-source)
### Build Status
[![Build Status](https://scrutinizer-ci.com/g/MahdiBaghbani/Python-Basic-Computer-Assembler/badges/build.png?b=master)](https://scrutinizer-ci.com/g/MahdiBaghbani/Python-Basic-Computer-Assembler/build-status/master)
---
### Quality Review
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/MahdiBaghbani/Python-Basic-Computer-Assembler/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/MahdiBaghbani/Python-Basic-Computer-Assembler/?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/mahdibaghbani/python-basic-computer-assembler/badge)](https://www.codefactor.io/repository/github/mahdibaghbani/python-basic-computer-assembler)
[![Maintainability](https://api.codeclimate.com/v1/badges/c667ab8e1f453776e7f3/maintainability)](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.