Rewrite the following high-level code to a RISC-V assembly function. The function linear search (int nums, int size, int target) searches a specified integer target in an integer array nums. Assume a0, al, and a2 hold base address of nums array, array size and the searching value target, respectively. int linear_search(int * nums, int size, int target) { int * arrEnd = nums + size 1; while (nums <= arrEnd && *nums != target) nums++; if ( nums <= arrEnd) return (arrEnd nums) / sizeof(int) + 1; return -1; }

Electric Motor Control
10th Edition
ISBN:9781133702818
Author:Herman
Publisher:Herman
Chapter22: Sequence Control
Section: Chapter Questions
Problem 6SQ: Draw a symbol for a solid-state logic element AND.
icon
Related questions
Question
Rewrite the following high-level code to a RISC-V assembly function. The
function linear search (int
int size,
int target) searches a
*
nums,
specified integer target in an integer array nums. Assume a0, al, and a2 hold base
address of nums array, array size and the searching value target, respectively.
int linear_search(int * nums, int size, int target)
{
int * arrEnd =
nums + size
1;
while (nums <= arrEnd && *nums != target)
nums++;
if ( nums <= arrEnd)
return (arrEnd - nums) / sizeof (int) + 1;
return -1;
}
Transcribed Image Text:Rewrite the following high-level code to a RISC-V assembly function. The function linear search (int int size, int target) searches a * nums, specified integer target in an integer array nums. Assume a0, al, and a2 hold base address of nums array, array size and the searching value target, respectively. int linear_search(int * nums, int size, int target) { int * arrEnd = nums + size 1; while (nums <= arrEnd && *nums != target) nums++; if ( nums <= arrEnd) return (arrEnd - nums) / sizeof (int) + 1; return -1; }
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Logic Gate and Its Application
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, electrical-engineering and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Electric Motor Control
Electric Motor Control
Electrical Engineering
ISBN:
9781133702818
Author:
Herman
Publisher:
CENGAGE L
Delmar's Standard Textbook Of Electricity
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:
9781337900348
Author:
Stephen L. Herman
Publisher:
Cengage Learning