MicroCoreLabs / Projects

Ted Fried's MicroCore Labs Projects which include microsequencer-based FPGA cores and emulators for the 8088, 8086, 8051, 6502, 68000, Z80, Risc-V, and also Typewriter and EPROM Emulator projects. MCL51, MCL64, MCL65, MCL65+, MCL68, MCL86, MCL86+, MCL86jr, MCLR5, MCLZ8, MCL6809
390 stars 79 forks source link

added debugger version of Z80 code #18

Open calphool opened 1 year ago

calphool commented 1 year ago

This is a version of the Z80 code that has the core configured as a kind of debugger in the style of the Fluke 9100A. It allows you to read/dump memory, write to memory, and so on. You can also issue a "G" (for go) command once you've manipulated memory as you like, which will launch the standard Z80 core.

JurekTrener commented 1 year ago

21347912