A simple 8086 disassembler made for Casey Muratori's course over at Computer, Enhance! This is made for educational purposes, and probably should not be used for an actual production environment.
Made with Odin
Just run this following batch script with Odin installed
./build.batThen run the program by passing the name of your assembly file
./8086.exe asm/bin/listing_38
This will produce this following output
Managed to decode 35317.586 instructions /second
This repository is licensed under MIT License.