Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeeshier/assembly_language
In this repository, i covered Assembly Language for Beginners
https://github.com/zeeshier/assembly_language
assembly assembly-language
Last synced: 30 days ago
JSON representation
In this repository, i covered Assembly Language for Beginners
- Host: GitHub
- URL: https://github.com/zeeshier/assembly_language
- Owner: Zeeshier
- Created: 2024-07-27T17:12:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T13:17:27.000Z (6 months ago)
- Last Synced: 2024-11-13T23:11:21.430Z (3 months ago)
- Topics: assembly, assembly-language
- Language: Assembly
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assembly Language Programs Repository
## Description
This repository contains a collection of assembly language programs that demonstrate various concepts and operations. Each program is a standalone example, covering a range of topics such as:
- Input/Output operations
- Arithmetic and logical operations
- String manipulation
- Pattern printing
- User input validation## Programs Included
- **Basic Calculator**: Takes user input and performs arithmetic operations.
- **String Conversion**: Converts a lowercase string to uppercase.
- **Sum Calculation**: Calculates the sum of even/odd numbers between 1 and 100.
- **Array Storage**: Takes 10 numbers from the user, stores them in an array, and displays the array.
- **Even/Odd Checker**: Checks whether a user-input number is even or odd.
- **Character Display**: Takes a character input from the user and displays it on the screen.
- **Number Comparison**: Compares two user-input numbers and determines their relationship (equal, unequal, greater, lesser).
- **Alphabet Printing**: Prints the alphabet in both lowercase and uppercase.
- **Pattern Printing**: Prints right triangle and triangular patterns using numbers.
- **String Reversal**: Takes a string input from the user and reverses it.
- **Number Sign Checker**: Checks whether a user-input number is negative or positive.
- **Character Repetition**: Takes a character input from the user and displays it 100 times on the next line.
- **Multiplication**: Takes two numbers as input from the user and multiplies them.
- **Division**: Takes two numbers as input from the user, divides them, and prints the quotient and remainder.## Getting Started
To run these programs, you will need an assembler and an environment to execute the assembled code.
## Contributing
If you have any assembly language programs you would like to contribute, please feel free to submit a pull request. Ensure that your program is well-commented and follows the naming conventions used in this repository.
---
Happy coding! 😊