1
0
8086/README.md

410 B

8086 dissassembler

For Computer, Enhance!

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