Square of a number using a look-up table (assembly language program)
Problem statement: Write down an assembly language program to find the square of the numbers stored as an array starting at memory location C100H. Store the result as an array starting at memory location C200H. Assume that there are five numbers in the array. Solution: how to solve The following program uses the look-up table […]