o
odinpkg.dev
packages / library / 8086-disassembler

8086-disassembler

f61eedalibrary

A simple 8086 disassembler made for Casey Muratori's Computer, Enhance! course

MIT · updated 8 months ago

Introduction

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

Building

Just run this following batch script with Odin installed

./build.bat

Then 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

License

This repository is licensed under MIT License.