diff --git a/README.md b/README.md index d09e847..4d0ffc5 100644 --- a/README.md +++ b/README.md @@ -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. 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. +