Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 2.43 KB

Syllabus_for_5th_Semester_Microprocessor.md

File metadata and controls

61 lines (37 loc) · 2.43 KB

Practical / Lab work to be performed for Microprocessor

  1. Write a program to add two 8 bit numbers & store it in a memory location 8820h.
  1. Write a program to copy a block of memory from one location 8820h to another location 8840h.
  1. Write a program to perform the subtraction of two 16 bit numbers.
  1. Write a program to load two unsigned numbers in register b & c. Subtract b from c. If the result is in 2’s complement, convert the result in absolute magnitude & display it.
  1. Write a program to find the difference of two numbers & store the result in a memory location 8830h.
  1. Write a program to perform x - y + 5 where x and y are 16-bit numbers
  1. Write a program for 4 digit BCD addition and subtraction.(16 bit)
  1. Write a program to multiply two 8-bit numbers.
  1. Write a program to sort an array.
  1. Write a program for binary to ascii conversion
  1. Write a program for BCD to binary conversion.
  1. Write a program to find seven segment codes for given numbers.