Question: Group Assignment # 1 : Assembly Language Referring to the given title below for each group, you need to: Provide a simple algorithm / flowchart
Group Assignment #: Assembly Language
Referring to the given title below for each group, you need to:
Provide a simple algorithmflowchart to solve the given problem
Notes: The is a user input value and must be at least
Create a C code based on the given specification with some input test stimulus and make sure the result is correct.
Create an equivalent assembly program based on ARM Instructions your program must use the concept of subroutine and program control to carry out the necessary CPU operations, instead of full and lengthy sequential instructions
Provide a video to explain your coding by debugging the assembly code in line by line in the Keil uVision software, using the same input test stimulus in to prove it generates the same computation result.
Section :
Given a signed integer array of elements, sort an array in decreasing order using Bubble Sort and determine the median value.
Given a signed integer array of elements, identify the number of elements that its value is smaller or equal than certain threshold value,
Given a signed integer array of elements, sort an array in increasing order using Insertion Sort and determine the median value.
Compute the greatest common divisor GCD of two positive numbers.
Given a signed integer array of elements of a fixed range values eg to find the mode value of the array elements.
Calculate a moving average of array with elements with the window size of
Find all the possible Prime Factors of any given value within the range of to
Given a bit number, calculate the odd and even parity bit.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
