Skip to content

Setsubou/8086-disassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks