(i) Find the errors in the program and make necessary corrections. Do not insert any additional line in the program. (ii) How many bytes does 'TABLE' occupy? (iii) What are the values loaded in the register R2 and R4? (iv) Determine the values of the flags N, Z, C and V. (v) Modify the program such that the numbers in 'TABLE' are represented in 'word' length.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.3: Data Types
Problem 4E: (Practice) Show how the name KINGSLEY is stored in a computer that uses the ASCII code by drawing a...
icon
Related questions
Question
(b) Figure 1, shows an ARM assembly program, which finds the most positive and
negative values in a list of 16-bit (half-word) value in data memory (TABLE).
The values are in two's complement representations. By examining the program,
answer the following questions:
(i) Find the errors in the program and make necessary corrections. Do not
insert any additional line in the program.
(ii) How many bytes does 'TABLE' occupy?
(iii) What are the values loaded in the register R2 and R4?
(iv) Determine the values of the flags N, Z, C and V.
(v) Modify the program such that the numbers in 'TABLE' are represented in
'word' length.
Transcribed Image Text:(b) Figure 1, shows an ARM assembly program, which finds the most positive and negative values in a list of 16-bit (half-word) value in data memory (TABLE). The values are in two's complement representations. By examining the program, answer the following questions: (i) Find the errors in the program and make necessary corrections. Do not insert any additional line in the program. (ii) How many bytes does 'TABLE' occupy? (iii) What are the values loaded in the register R2 and R4? (iv) Determine the values of the flags N, Z, C and V. (v) Modify the program such that the numbers in 'TABLE' are represented in 'word' length.
LOOP
DONE
TABLE
AREA EXAM CODE READONLY
ENTRY
ADR
MOV
LDRSH
MOV
LDRSH
CMP
MOVGT
CMP
MOVLT
SUB
BLE
B
RO, TABLE
R1,
R2,
R4,
R3,
R2, R3
R2, R3
R4, R3
R4, R3
R1, R1, #1
Figure 1.
#14
[RO], #2
R2
[RO], #2
LOOP
DONE
DCW 7,-9, 2, 10, -22
DCW -1, 77, 88, -95, 33
DCW 120, 45, -88, 77, 1
END
Transcribed Image Text:LOOP DONE TABLE AREA EXAM CODE READONLY ENTRY ADR MOV LDRSH MOV LDRSH CMP MOVGT CMP MOVLT SUB BLE B RO, TABLE R1, R2, R4, R3, R2, R3 R2, R3 R4, R3 R4, R3 R1, R1, #1 Figure 1. #14 [RO], #2 R2 [RO], #2 LOOP DONE DCW 7,-9, 2, 10, -22 DCW -1, 77, 88, -95, 33 DCW 120, 45, -88, 77, 1 END
Expert Solution
steps

Step by step

Solved in 7 steps with 1 images

Blurred answer
Knowledge Booster
Fundamentals of Computer System
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning