Refactor the CPU package - [see design page](https://github.com/codeguru-il/corewars8086/wiki/Next-gen-CPU-design-(WIP)) - [x] Create new execution framework - [x] Migrate existing opcodes and interrupts - [x] Enable NgCpu as a feature flag (for beta testing) - [ ] After testing complete - remove old CPU implementations - [ ] Remove Ng prefix from new classes
Refactor the CPU package - see design page