ft: add documentation section to Readme
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user