HOME                                                ELECTRONICS

8051 PROGRAMS

  1. Write an ALP to transfer a block of data from a given source to destination using 8051 / equivalent. Click Here

  2. Write an ALP to find the average of 10 data bytes stored in a memory using 8051 / equivalent. Click Here

  3. Write an ALP to multiply 16 bit data by 8 bit data using microcontroller. Click Here

  4. Write an ALP to generate 10 Fibonacci numbers using 8051 /equivalent. Click Here

  5. Interface a printer to 8051 / equivalent to operate in (a) Handshake mode              (b) Interrupt driven mode. Click Here

  6. Develop and execute an ALP to find GCF / LCM of two 8 bit numbers using 8051/equivalent. Click Here

  7. Write an ALP to add/subtract two multibyte numbers using microcontroller.         Click Here

  8. Write an ALP to search a given key element from an array of integers using  8051/equivalent. Click Here

  9. Write an ALP to sort an array using bubble sort. Display the sorted array. Click Here

  10. Write an ALP to interchange two blocks of data residing at memory using 8051/equivalent. Click Here