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
- Host: GitHub
- URL: https://github.com/zoulhadj/8086_decoder
- Owner: ZOulhadj
- Created: 2024-07-26T14:19:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T19:21:33.000Z (10 months ago)
- Last Synced: 2025-03-15T04:13:06.874Z (3 months ago)
- Topics: 8086, assembly, c
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)