https://github.com/aravindvnair99/emu8086
Collection of beginner friendly emu8086 programs and examples based on Assembly
https://github.com/aravindvnair99/emu8086
assembly assembly-8086 assembly-language assembly-language-programming emu8086 intel processor
Last synced: about 2 months ago
JSON representation
Collection of beginner friendly emu8086 programs and examples based on Assembly
- Host: GitHub
- URL: https://github.com/aravindvnair99/emu8086
- Owner: aravindvnair99
- License: mit
- Created: 2018-12-31T08:56:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T15:42:15.000Z (over 4 years ago)
- Last Synced: 2025-03-31T08:51:15.640Z (3 months ago)
- Topics: assembly, assembly-8086, assembly-language, assembly-language-programming, emu8086, intel, processor
- Language: Assembly
- Size: 160 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# emu8086 
Collection of beginner friendly emu8086 programs and examples based on Assembly# :book: How to use the repository?
* [Source Codes Stable](https://github.com/aravindvnair99/emu8086/tree/master/Source%20Codes%20Stable) contains codes that have been tested and are guaranteed to run. For any issues please report to us in the format mentioned below.
* [Source Codes Testing](https://github.com/aravindvnair99/emu8086/tree/master/Source%20Codes%20Testing) contains new codes that are being tested and are scheduled to be pushed to stable channel soon. For any issues please report to us in the format mentioned below. Feel free to also contribute. Details mentioned below.
# :octocat: How to contribute?
All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it would be appreciated!
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributing.
# :scroll: License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
# :octocat: Team
* **Aravind V. Nair** - *Coder and tester* - [AravindVNair99](https://github.com/aravindvnair99)
* **Abhishek Sai** - *Coder and tester* - [Abhishek-Sai](https://github.com/Abhishek-Sai)See the full list of [contributors](https://github.com/aravindvnair99/emu8086/graphs/contributors) who participated in this project and statistics.
# :heavy_exclamation_mark: Prerequisites aka requirements
Please read [Prerequisite](Prerequisite.md) file for details.
# :scroll: Changelog
Check the [changelog here](https://github.com/aravindvnair99/emu8086/commits/master).
# :scroll: I found some bugs or issues. Where do I report?
Report [here](https://github.com/aravindvnair99/emu8086/issues/new) in detail answering these questions:
* What steps did you take to make the bug appear?
* How can the bug be fixed? (In case you know)
* Which OS and which all packages / softwares / dependencies are you using?
* Have you tried any troubleshooting steps such as a reboot for example?
* Have you followed the prescribed prerequisites?# :scroll: How do I contact the team?
Check [here](https://github.com/aravindvnair99/emu8086/graphs/contributors) for the list of contributors. Contact one of them through their profiles.