Skip to content

SomeRandomName99/Disassember-8086

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this project?

An 8086 disassembler written as a Rust learning project.

Testing the Disassembler

To test the output of the disassembler:

  1. Use NASM to assemble test.asm
  2. Run the disassembler on the binary and pipe the output to a file:
    cargo run src/test > output_test.asm
  3. use NASM on output_test.asm
  4. Use a diff tool to make sure that both binaries are equal!

About

8086 Disassembler for the Computer Enhanced series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published