Skip to content

umutseven92/8080-Disassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8080-Disassembler

A simple disassembler for the Intel 8080, writen in Python.

Usage

From the /src folder, do;

python dis.py path.to.rom

This will put the dissasembled file in the /roms folder, with a dis_ prefix.

/roms folder already contains the Space Invaders ROM, for testing purposes. To test it out;

python dis.py roms/invaders

About

A simple disassembler for the Intel 8080, writen in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages