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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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).