Close

Suggestions and features wanted

A project log for Z80 ICE

To facilitate debugging at a low hardware level I made this adapter that turns a STM32F407ZGT6 development board into a Z80 ICE.

jacques-pelletierJacques Pelletier 12/07/2022 at 15:120 Comments

I'm currently writing the debugger part of the Z80 ICE. I would like to have suggestions and features that users would want.

-step

-step until return

-breakpoint (step until PC = breakpoint address)

More complex features to implement:

support for NMI and interrupts, (being able to step in these)

import symbol files from SDCC and Z88SDK

Discussions