1. Write an assembly language program that calculates and prints integer square roots for a
list of positive integers. Use the list of values below.
values DWORD 44000, 81, 27600, 3498, 109
// Sample output
List of values: 44000, 81, 27600, 3498, 109
Integer square roots: 209, 9, 166, 59, 10