8085 Program to Find the Square of a Number from 0 to 9 Using a Table of Square
Problem: Write a microprocessor 8085 program to find the square of a number from 0 to 9 using a table of squares. The number is at memory location 4150H and store the result at 4151H. Assume that the square of numbers is stored in the lookup table starting form 4125H. Algorithm: Initialize H-L pair to …
8085 Program to Find the Square of a Number from 0 to 9 Using a Table of Square Read More »