emu-russia / dmgcpu

DMG CPU Reverse Engineering
Creative Commons Zero v1.0 Universal
29 stars 4 forks source link

PC does not increment after executing NOP #171

Closed ogamespec closed 1 year ago

ogamespec commented 1 year ago

The HDL is now running an NOP stream, but the Addr bus value is not increasing, and hence neither is the PC. We need to localize the problem and fix it.

ogamespec commented 1 year ago

Among other bugs..

adl/adh captured 0 somehow.

image

Although the first increment 0 -> 1 was successful.

ogamespec commented 1 year ago

It looks like T4 / T5 are mixed up.