12 lines
410 B
Markdown
12 lines
410 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
|
|
* Clocks per instruction - 66 |