https://github.com/mohit838/microprocessor-lab
Microprocessor Lab Codes For Practice. Using Emulator 8086
https://github.com/mohit838/microprocessor-lab
Last synced: 2 months ago
JSON representation
Microprocessor Lab Codes For Practice. Using Emulator 8086
- Host: GitHub
- URL: https://github.com/mohit838/microprocessor-lab
- Owner: mohit838
- Created: 2021-03-08T06:36:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T16:16:56.000Z (about 4 years ago)
- Last Synced: 2025-01-29T23:29:29.324Z (4 months ago)
- Language: Assembly
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microprocessor-Lab
Microprocessor Lab Codes For Practice. Using Emulator 8086
1. Bubble sort assembly x862. Celsius to Fahrenheit in assembly x86
3. Factorial using macro and newline command in assembly x86
4. Fahrenheit To Celsius in assembly x86
5. Find factorial using while loop with condition statement in assembly x86
6. Sum of three digit using macro in assembly language
7. Sum of digit with Conditional State for Single or Multi digit Output
8. Write a program to determine the largest number among 3 numbers
9. Write a program to determine the smallest number among 3 numbers
10. Write a program to determine whether a number is positive , negative or zero
11. Write an assembly program to generate Fibonacci series
12. Write an assembly program to reverse a string and store the reverse string into an array