Page 1 of 1

Question 3: الجامعة Subject Code: 352 CCS King Khalid University Section No: 3593 College of Computer Science Subject Na

Posted: Fri May 20, 2022 12:08 pm
by answerhappygod
 1
1 (76.91 KiB) Viewed 32 times
Question 3: الجامعة Subject Code: 352 CCS King Khalid University Section No: 3593 College of Computer Science Subject Name: 8085 Microprocessor Department of Computer Science & Assembly Language Instructors: Dr.Mohammed Khaleel LINGUALID UNIVERSITI Total Marks: 5 Marks Last date Submission: 17/05/2022 Instructions: Lab Mini Project 1. Write your Name, Student ID, and Serial No. at the following space. 2. Solve ALL the questions and submit the word file through Black Board. Write an assembly language program for the 8085 Microprocessor to calculate the sum of series of odd numbers. . Input: 4250H = 04H 4251H = 6EH 4252H - 32H 4253H = 69H Student Name: Student ID: Serial No: 4254H = 3AH Store the result in memory location 4300H. Note: Starting Address of the Program (Mnemonic) Code: 4200H (2 marks) Question 1: Write an assembly language program for the 8085 Microprocessor to add 2-digit BCD numbers stored in memory location 2050H and 2051H respectively and store the result in memory location 2052H. Note: Starting Address of the Program (Mnemonic) Code: 2000H (2 marks) Input: 25H, 85H Question 2: Write an assembly language program for the 8085 Microprocessor to find the smallest of the given three numbers. Input: 3030H: EDH 3031H: 11H 3032H: A1H Store the result in memory location 3050H. Note: Starting Address of the Program (Mnemonic) Code: 3000H (1 mark)