https://github.com/awaisfraaz/assembly-language
A collection of 8086 assembly language programs, examples, and utilities.
https://github.com/awaisfraaz/assembly-language
assembly assembly-language assembly-x86
Last synced: 11 months ago
JSON representation
A collection of 8086 assembly language programs, examples, and utilities.
- Host: GitHub
- URL: https://github.com/awaisfraaz/assembly-language
- Owner: awaisfraaz
- Created: 2025-03-01T16:50:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T17:04:29.000Z (over 1 year ago)
- Last Synced: 2025-03-01T18:20:19.795Z (over 1 year ago)
- Topics: assembly, assembly-language, assembly-x86
- Language: Assembly
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assembly Language
A collection of 8086 assembly language programs, examples, and utilities.
## Table of Contents
- [Introduction](#introduction)
- [Programs](#programs)
- [Examples](#examples)
- [Utilities](#utilities)
- [How to Run](#how-to-run)
- [Contributing](#contributing)
- [License](#license)
## Introduction
This repository contains various 8086 assembly language programs, examples, and utilities to help you learn and practice assembly programming.
## Programs
- Program 1: Description of program 1
- Program 2: Description of program 2
- ...
## Examples
- Example 1: Description of example 1
- Example 2: Description of example 2
- ...
## Utilities
- Utility 1: Description of utility 1
- Utility 2: Description of utility 2
- ...
## How to Run
To run any of the programs or examples in this repository, you will need an 8086 emulator or an assembly language compiler. Here are the steps to get started:
1. Install an 8086 emulator or an assembly language compiler such as [EMU8086](http://www.emu8086.com/) or [NASM](https://www.nasm.us/).
2. Clone this repository to your local machine using `git clone https://github.com/awaisfraaz/Assembly-Language.git`.
3. Navigate to the directory containing the program you want to run.
4. Compile the assembly code using the appropriate command for your emulator or compiler.
5. Run the compiled code.
## Contributing
Contributions are welcome! If you have any programs, examples, or utilities that you would like to add to this repository, please fork the repository and submit a pull request. Make sure to follow the existing code style and include comments to explain your code.
## License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.