Question: Part 1:You are going to be designing a program which will store 8 numbers (sequentially in a block of RAM). From those 8 numbers, you
Part 1:You are going to be designing a program which will store 8 numbers (sequentially in a block of RAM). From those 8 numbers, you will find the minimum, maximum and average and store them into RAM as 3 separate numbers.Do not use any looping or any division instructions.
Part 2:Modify your program from part I so that the user can request the number to be displayed (minimum, maximum, or average) using the push button switches. The user interface is as follows:# Switch PressedNumber to DisplayNo switches pressedNo number displayedSW0 PressedDisplay MaximumSW1 PressedDisplay MinimumSW0 and SW1 PressedDisplay AverageNumbers are displayed in binary used the LEDs with LED 0 being the LSB and LED 7 being the MSB.
pic16f1789 / Assembly Language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
