LC-3. Please Write a program using Assembly to OR the values stored in R2 and R3, storing the result in R4 =========================== LDR R2 ; load R2 ADD R4, R2, R3 ; R4= R2 + R3 STR R4 ; store the result in R4 ======================= Requirements: Code will perform an “OR” operation “OR” will operate on data in Registers Values to be “OR”’s are loaded “by hand” into R2 and R3 before the program is run The result of “OR” is stored in R4

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 7RQ
icon
Related questions
Question

in LC-3. Please Write a program using Assembly to OR the values stored in R2 and R3, storing the result in R4

===========================

LDR R2 ; load R2

ADD R4, R2, R3 ; R4= R2 + R3

STR R4 ; store the result in R4

=======================

Requirements:

Code will perform an “OR” operation

“OR” will operate on data in Registers

Values to be “OR”’s are loaded “by hand” into R2 and R3 before the program is run

The result of “OR” is stored in R4

------------------------------------------------------------------

Test Data set outputs:

R2: xFF00 + R3: x00FF.  R4 should = xFFFF 

R2: x1234 +  R3: x4321 R4 should = x5335 

R2: xF00D +  R3: x0000 R4 should = xF00D 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Stack
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,