Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harikrishnan669/mpmc_lab
- Owner: harikrishnan669
- Created: 2024-10-30T20:20:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T13:22:23.000Z (3 months ago)
- Last Synced: 2025-01-21T12:08:54.039Z (24 days ago)
- Topics: assembly, cse, ktu, ktu-s5
- Language: Assembly
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Questions
1.Write a program to implement 16-bit addition using MASM2.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)