A CPU that aims to be binary compatible with the 8086 ISA, focused on optimisation and flexibility.
Go to file
2023-02-10 12:02:20 +00:00
cpu Added unaligned access for instructions and data and fixed register file access 2023-02-10 12:02:20 +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