A CPU that aims to be binary compatible with the 8086 ISA, focused on optimisation and flexibility.
Go to file
2023-02-09 20:17:15 +00:00
cpu Added a very basic execution stage, registers and a very crude adder for ALU. It finally executes instructions! 2023-02-09 20:17:15 +00:00
.gitignore Implemented a basic Instruction Fetch stage and added some examples in the 8086 doc 2023-02-08 23:59:06 +00:00
8086_documentation.md Fix documentation 2023-02-09 09:43:13 +00:00
LICENSE Initial commit 2023-02-08 08:38:10 +00:00
README.md Initial commit 2023-02-08 08:38:10 +00:00

9086

An binary compatible 8086 CPU with as many optimizations as possible