From fbec2ddad9362f5c353c2a8b55c7558995a0e677 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 15 May 2025 01:20:47 +0200 Subject: [PATCH] ft: add documentation section to Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. +