An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Microprocessor-Lab
Microprocessor Lab Codes For Practice. Using Emulator 8086
1. Bubble sort assembly x86

2. 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