Question: Subject: MICROPROCESSOR & ASSEMBLY LANGUAGE PROGRAMMING Note: provide ASSEMBLY LANGUAGE CODE Considering Dot matrix display write an assembly language code such that, first when user
Subject: MICROPROCESSOR & ASSEMBLY LANGUAGE PROGRAMMING Note: provide ASSEMBLY LANGUAGE CODE

Considering Dot matrix display write an assembly language code such that, first when user presses numeric key 1 on the keyboard; at output first character of your middle name should display in a loop for X times and when user presses numeric key 2 on the keyboard; at output second character of your middle name should display in a loop for Y times. Repeat the sequence continuously.
HERE: X = "2"
Y = "7"
Question No.2: [08 Marks] Considering Dot matrix display write an assembly language code such that, first when user presses numeric key 1 on the keyboard; at output first character of your middle name should display in a loop for "X"times and when user presses numeric key 2 on the keyboard; at output second character of your middle name should display in a loop for "Y"times. Repeat the sequence continuously. HERE: "X" ="2" "Y" ="7" Rubrics: Analytic Approach (50%) Syntax (25%) Desired output (25%)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
