https://github.com/tanisha03/sem4ise
All the programs of Design and Analysis of Algorithms (DAA) & Microprocessors (MP) : Semester 4
https://github.com/tanisha03/sem4ise
Last synced: about 2 months ago
JSON representation
All the programs of Design and Analysis of Algorithms (DAA) & Microprocessors (MP) : Semester 4
- Host: GitHub
- URL: https://github.com/tanisha03/sem4ise
- Owner: tanisha03
- Created: 2019-05-26T14:30:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T05:36:21.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T04:31:12.406Z (3 months ago)
- Language: Assembly
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sem4ISE
Respository containing all the various programs I executed during my 4th sem ISE, RITB.## Soloutions to the various problems asked in the syllabus for Design and Analysis of Algorithms (DAA) & Microprocessors (MP)
### For DAA the language used is C.
Programs may be gloned using [git](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf) commands and executed in the following manner:-
```cmd
gcc filename.c
./a.out
```
The questions can be found [here](https://github.com/tanisha03/Sem4ISE/blob/master/DAA%20LAB/questions).### For MP all codes have been run and executed on MASM (X-86).
The questions can be found [here](https://github.com/tanisha03/Sem4ISE/blob/master/Microprocessors%20-X86-/Questions.txt).