I am working into a Intel 8080 and Zilog Z80 simul

BlitzPlus Forums/BlitzPlus Programming/I am working into a Intel 8080 and Zilog Z80 simul

Yukio(Posted 2008) [#1]
I think that some development tools would be great, since it is a lot easier to develop Windows applications using BlitzPlus I am creating some EXE files.

I am currently using the Zilog um0080.pdf (Z80 Family CPU User Manual) as reference. Sure, in the past I have taken a look into some Z80 paper manuals (books) and other sources.
If I change the texts, it should work as a debugger for the Intel 8080 too.

In fact, since the project is so much a generic thing it should be easy to port the program to work with other op-codes and microprocessors, sure MMU and FPU are optional (ie: not implemented) since their are optionally into the User Manual's. The same is true for the Z80 DMA and other features.