Skip to content

A simple Intel 8080 microprocessor disassembler in C

License

Notifications You must be signed in to change notification settings

0jk6/8080-Disassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

8080-Disassembler

A simple Intel 8080 microprocessor disassembler in C

Compile disassembler.c file as follows

Linux:

gcc disassembler.c -o disassemble

Run the binary file as follows

./disassemble invaders.h

Windows:

gcc disassembler.c -o disassmeble.exe

Run the executable file as follows

disassemble.exe invaders.h

Resources used:

Blog posts from Emulator101 https://www.emulator101.com

Let's write a disassembler by Adam Hacks https://www.youtube.com/watch?v=OpZ_soK--TQ

Instruction Set: http://www.emulator101.com/8080-by-opcode.html

About

A simple Intel 8080 microprocessor disassembler in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages