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
Skillfully - The future of skills based hiring
Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
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).