(MicroProcessor Lab) All Programs (SPPU) 2nd Year Computer Engineering


(MicroProcessor Lab) All Programs (SPPU) 2nd Year Computer Engineering


CLICK HERE :

πŸ‘‡πŸ‘‡πŸ‘‡


1. Conversion of 5-digit BCD to HEX.

2. Perform multiplication of two 8-bit hexadecimal numbers. Use successive addition and add and shift method.


3.Program to find
a) Number of Blank spaces
b) Number of lines
c) Occurrence of a particular character.


4. This program first check the mode of processor(Real or Protected) then reads GDTR, LDTR and IDTR and displays the same.


5.Write X86/64 ALP to count number of positive and negative numbers from the array


6. To sort the list of integers in ascending/descending order using bubble sort.


7. Implement OS (DOS) commands TYPE,
COPY and DELETE using file operations.


8.Factorial of a given integer number on a command line by using recursion.


9. Find the roots of the quadratic equation.


10 Plot Sine Wave, Cosine Wave and Sin function. Access video memory directly for plotting.

11. Obtain: i) Mean ii) Variance iii) Standard Deviation Also plot the histogram for the data set.

Comments

Popular posts from this blog

#3 Height of a Binary Tree | Find height of a binary tree | Maximum depth of a binary tree Algorithm