(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.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education