This is a group assignment. Due Friday March 28.
Write a Logo program that
reads three numbers as input
calculates the largest and smallest of the three numbers and prints their average, and
prints the average of all three.
Translate this into assembly language. Assume the commands and address modes of the machine language we discussed in class. Make sure to add comments to your assembly language program to clarify your plan.