ft: add documentation section to Readme

This commit is contained in:
2025-05-15 01:20:47 +02:00
committed by GitHub
parent db6d7c30a9
commit fbec2ddad9

View File

@@ -52,4 +52,10 @@ cargo run -- interpret -p ./a.out
This project is under active development and primarily used by me to explore some Intel disassembly and learn some more Rust. This project is under active development and primarily used by me to explore some Intel disassembly and learn some more Rust.
Expect bugs and some missing features. Expect bugs and some missing features.
## Documentation
For the implementation of all instructions I used the Intel "8086 16-BIT HMOS MICROPROCESSOR" Spec, as well as [this](http://www.mlsite.net/8086/8086_table.txt) overview of all Opcode variants used in conjunction with [this](http://www.mlsite.net/8086/) decoding matrix.