Forwarded.
I have this one: GitHub - scottmbaker/go-cpusim: cpu-simulator in golang for vintage 8008 cpu. I suggest using
it under Linux. You will need Go installed ro build it. Using make build
and then make demo followed by pressing S and 1 (to switch to ROM
Bank 1) will put you into SCELBAL. This was a personal exercise in writing
an 8008 emulator/simulator in Go, and I wouldn’t say it’s been particularly
well vetted, beyond just me. It does not support interrupts.
Scott