Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.