In lc-3. Write an assembly program to OR two values Write a program to OR the values stored in R2 and R3, storing the result in R4 Requirements: Code will preform 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 Result of “OR” is stored in R4 Suggested Test Data:  R2: xFF00, R3: x00FF. R4 should contain xFFFF after OR'ing R2: x1234, R3: x4321 R4 should contain x5335 after OR'ing R2: xF00D, R3: x0000 R4 should contain xF00D after OR'ing

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. Write an assembly program to OR two values

Write a program to OR the values stored in R2 and R3, storing the result in R4

Requirements:

  1. Code will preform an “OR” operation
  2. “OR” will operate on data in Registers
  3. Values to be “OR”’s are loaded “by hand” into R2 and R3 before the program is run
  4. Result of “OR” is stored in R4

Suggested Test Data: 

  • R2: xFF00, R3: x00FF. R4 should contain xFFFF after OR'ing
  • R2: x1234, R3: x4321 R4 should contain x5335 after OR'ing
  • R2: xF00D, R3: x0000 R4 should contain xF00D after OR'ing
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Analysis of Performance Measurement
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,