Skip to content

imarki360/8080py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8080py

Intel 8080 Assembler

Python

About

8080py is a basic Intel 8080 Assembler written in Python.
I made this in 48 hours for the school science fair.

Installation

Debian
# Install virtualenv
sudo pip install virtualenv
# Clone the repo
git clone https://github.com/sadboyzvone/8080py.git
# Setup virtualenv
cd 8080py && virtualenv .
# Activate virtualenv
source bin/activate
# Install requirements
pip install -r requirements.txt
# Run
python bin/8080.py

FAQ

  • Will this run on XYZ OS?
    • If it can run Python, probably yes

About

8080py is an Intel 8080 Assembler written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%