2. Consider the following high-level code snippet. Assume that unsigned integer values are stored in array1, array2 and array3, the base addresses of array1, array2 and array3 are held in R1, R2 and R3 and that array1 is initialized before it is used. Use R4 and R5 to hold the variables i and temp, respectively. Write the code snippet in ARM assembly language.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
1. Design a synchronous sequential circuit that recognizes the occurrence of 01110 by
observing an input sequence such as 0011011100111100011101110 and outputs 1 when
the pattern is found. Use both Moore and Mealy FSMS and compare the circuits you
obtained with each solution by stating which one provided a more efficient solution. Use
binary encoding when designing circuits for both FSMS, show K-Maps to find equations.
Don't draw the circuit diagrams.
2. Consider the following high-level code snippet. Assume that unsigned integer values
are stored in array1, array2 and array3, the base addresses of array1, array2 and array3
are held in R1, R2 and R3 and that array1 is initialized before it is used. Use R4 and R5 to
hold the variables i and temp, respectively. Write the code snippet in ARM assembly
language.
int i, temp;
int arrayl[120];
int array2[120];
int array3(120];
...
i = 0;
do {
if (arrayl[i] > 60)
array2[i] = arrayl [i]/8 + i;
else
array2[i]
arrayl (i] *32
- i;
temp = funct (arrayl [i],array2[i]);
if (temp == 0)
array3[i] = arrayl [i];
else
array3[i]
i = i + 1;
} while (i < 120);
array2[i];
int funct (int a, int b) {
int result;
result = 2*a + b;
if (result > 30)
return result;
else
return 0;
Transcribed Image Text:1. Design a synchronous sequential circuit that recognizes the occurrence of 01110 by observing an input sequence such as 0011011100111100011101110 and outputs 1 when the pattern is found. Use both Moore and Mealy FSMS and compare the circuits you obtained with each solution by stating which one provided a more efficient solution. Use binary encoding when designing circuits for both FSMS, show K-Maps to find equations. Don't draw the circuit diagrams. 2. Consider the following high-level code snippet. Assume that unsigned integer values are stored in array1, array2 and array3, the base addresses of array1, array2 and array3 are held in R1, R2 and R3 and that array1 is initialized before it is used. Use R4 and R5 to hold the variables i and temp, respectively. Write the code snippet in ARM assembly language. int i, temp; int arrayl[120]; int array2[120]; int array3(120]; ... i = 0; do { if (arrayl[i] > 60) array2[i] = arrayl [i]/8 + i; else array2[i] arrayl (i] *32 - i; temp = funct (arrayl [i],array2[i]); if (temp == 0) array3[i] = arrayl [i]; else array3[i] i = i + 1; } while (i < 120); array2[i]; int funct (int a, int b) { int result; result = 2*a + b; if (result > 30) return result; else return 0;
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY