Write assembly program using system calls that implement the following tasks:
1- Define and declare a structure Point that has x and y coordinates
2- Define an array of 5 structures of Point type
3- Use loop 1 to ask a user to input x and y values for the 5 structures using system calls
4- Use a loop 2 to print out the x and y values for the array of structure using the system calls