In a fit of recreational programming, I wrote this 8080 assembler. God only knows why I picked a 30 year old processor.... I guess I just loved that old processor.. Maybe thats why I have 2 of them in the attic. ..
Features
- Assemble standard Intel 8080 assembly into binary.
- Produce listings and a binary file.
- The binary file may be segmented for a linking loader. (TBD).
- Some primative macro capabilities.
Categories
Code GeneratorsLicense
MIT LicenseFollow Intel 8080 Assembler
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Doing a homebrew 8085 project for the boy to learn on. Most of the 8-bit cross dev kits use z80 instruction set. I am writing ROM based BASIC interpreter in small-c (hendrix) then emits 8080 instructions, so this is perfect. Thanks!
-
Jay Cotton Intel 8080 Assembler is a simple, yet powerful assembler that can make the job done. Use standard Intel 8080 assembly syntax. Output file is in binary. Can also output listing file. I currently use the assembler for development of a SOC, based on a 8080 soft-processor (tv80).