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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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).