emu8051 icon indicating copy to clipboard operation
emu8051 copied to clipboard

Enhance reset and the opcode dispatch strategy

Open steveschnepp opened this issue 2 years ago • 1 comments

This is to cleanup the function table versus switch for opcode dispatch.

There is no need for unused functions to be compiled.

It also contains some RESET enhancements. As soft reset, hard reset and power-cycle isn't the same. So we can emulate powered down IDLE scenarios.

steveschnepp avatar Sep 15 '22 19:09 steveschnepp

Also, I'm wondering if you would mind moving to autoconf/automake.

I know that it has bad press, but I really like it. And it is ubiquitous. Much more than any modern alternative.

steveschnepp avatar Sep 15 '22 19:09 steveschnepp