An open API service indexing awesome lists of open source software.

https://github.com/zoulhadj/8086_decoder

Intel 8086 decoder
https://github.com/zoulhadj/8086_decoder

8086 assembly c

Last synced: 3 months ago
JSON representation

Intel 8086 decoder

Awesome Lists containing this project

README

        

# 8086 decoder

A project to learn about assembly and is currently work in progress. The program
simulates *instruction decode* and works by reading a Intel 8086 binary assembly
stream and decodes it.

## Resources
[Intel 8086 manual](https://edge.edx.org/c4x/BITSPilani/EEE231/asset/8086_family_Users_Manual_1_.pdf)