Thursday 13 August 2015

BE 5th Sem M & I Practical List 2015


GOVERNMENT ENGINEERING COLLEGE, PATAN
COMPUTER SCIENCE AND ENGINEERING DEPARTMENT
B.E. SEMESTER V (CSE)
                                          Practical List M&I (2150707)
                  _                            _         _                                                  _                           

                                                                                                               

 1. WAP to perform addition of two 16 bit numbers and result store at memory location  2000h.
 2. WAP to perform subtraction of two 16bit bit numbers.
 3. WAP to find 1’s complement and 2’s complement of any no.
 4. WAP to exchange the two 8 bit numbers stored in memory location 2050h and 2051h.
 5. WAP to copy the content of memory location 2050h to 3050h.
 6. WAP to perform anding operation of two no.
 7. WAP to perform ORing operation on two numbers
       1. Using or instruction 2.without using OR instruction.
 8. WAP to find minimum numbers from of 32h and 23h and store minimum in C register.
 9. WAP to rotate any no 4times to right.
10. Wap to convert a given decimal digit to ascii.
          11. WAP to find factorial of given number
          12. WAP to add two decimal no stored in memory location 2050h and 2051h in bcd form
    And store ans in memory location 2052h.
          13. WAP to set the higher 4-bits of the contents of the memory location 2050h to 1.
          14. WAP to generate fibbonaci series.
          15. WAP to reverse the order of bit of 16 bit number
          16. WAP to add numbers from 1 to 10.
          17. WAP to compare two no stored in memory location 2050h and 2051h.clear register b if both
                are equal Otherwise set b to ffh.
          18. WAP to sum integers from 0 to 9 .store result in accumulator.
          19. WAP to count number of odd values from the block of values.


No comments:

Post a Comment