Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harikrishnan669/mpmc_lab

KTU S5 MASM LAB PROGRAMS
https://github.com/harikrishnan669/mpmc_lab

assembly cse ktu ktu-s5

Last synced: 24 days ago
JSON representation

KTU S5 MASM LAB PROGRAMS

Awesome Lists containing this project

README

        

# Questions
1.Write a program to implement 16-bit addition using MASM

2.Write a program to implement 16-bit multiplication using MASM.

3.Write a program to implement 8-bit addition using MASM.

4.Write a program to implement 8-bit multiplication using MASM.

5.To implement linear search using MASM.

6.Write a program to check whether the given number is odd/even using MASM.

7.To find the number of vowels, consonants and digits in string.

Attaching the record: [MASM PROGRAMS.pdf](https://github.com/user-attachments/files/17831216/MASM.PROGRAMS.pdf)