8008guy
Veteran Member
I'v seen 8080 to Z80 code convertors, but does one exist to go from Z80 to 8080?
Thanks
Len
Thanks
Len
VCF West | Aug 01 - 02 2025, | CHM, Mountain View, CA |
VCF Midwest | Sep 13 - 14 2025, | Schaumburg, IL |
VCF Montreal | Jan 24 - 25, 2026, | RMC Saint Jean, Montreal, Canada |
VCF SoCal | Feb 14 - 15, 2026, | Hotel Fera, Orange CA |
VCF Southwest | June, 2025 | University of Texas at Dallas |
VCF Southeast | June, 2025 | Atlanta, GA |
Recreating the tools that work with a ccs2422 floppy controller to work on my 8080 imsai. From what I read they were written for a z80.
in <port>
mov b,a
in <port>
mov c,a
push b
...repeat...
The program "XIZI" that John cited doesn't do what you think it might--it merely translates Z80 assembly to equivalent 8080 using 8080 names and syntax. It does not translate Z80-specific instructions, nor instructions that use Z80-specific registers, but it will flag them.