1
0
8086/README.md

11 lines
380 B
Markdown

# 8086 dissassembler
For [Computer, Enhance!](https://www.computerenhance.com/)
Examples gotten from: https://github.com/cmuratori/computer_enhance/tree/main/perfaware/part1
8086 reference manual: https://edge.edx.org/c4x/BITSPilani/EEE231/asset/8086_family_Users_Manual_1_.pdf
Important pages in manual:
* Registers - 24
* Instruction structures - 163
* Memory addressing - 83