Posts

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

(Microprocessor Lab) To sort the list of integers in ascending/descending order using bubble sort.

  Click Here :πŸ‘‰    To sort the list of integers in ascending/descending order using bubble sort.Read the input from the text file and write the sorted data back to the same text file.

(Microprocessor Lab) Write X86/64 ALP to count number of positive and negative numbers from the array

 Click Here :πŸ‘‰  Write X86/64 ALP to count number of positive and negative numbers from the array

(Microprocessor Lab) Conversion of 5-digit BCD to HEX.

  Click Here :πŸ‘‰    Conversion of 5-digit BCD to HEX.

(Microprocessor Lab) Perform multiplication of two 8-bit hexadecimal numbers. Use successive addition and add and shift method.

Click Here :πŸ‘‰   Perform multiplication of two 8-bit hexadecimal numbers. Use successive addition and add and shift method.

(Microprocessor Lab) Program to find ; a) Number of Blank spaces ; b) Number of lines ; c) Occurrence of a particular character.

  Click Here :πŸ‘‰ Program to find   a) Number of Blank spaces   b) Number of lines  c) Occurrence of a particular character. Accept the data from the text file. The text file has to be  accessed during Program_1 execution. Write Far Procedures in Program_2 for the rest of the  processing. Use of PUBLIC/GLOBAL and EXTERN directives is mandatory.