1
0
Go to file
2023-05-07 15:49:44 +03:00
.vscode Simulate non-memory MOVs 2023-04-24 22:04:46 +03:00
examples add example '53_add_loop_challenge' 2023-05-07 15:49:44 +03:00
src add simulating writing to memory 2023-05-07 15:45:09 +03:00
.gitignore update .gitignore 2023-04-09 20:05:14 +03:00
LICENSE Initial commit 2023-04-09 12:59:39 +03:00
Makefile prepare project structure for running simulations 2023-04-13 21:09:51 +03:00
README.md add simulating writing to memory 2023-05-07 15:45:09 +03:00

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