Monday, May 9, 2016

Arithmetic series

1. Program to generate an arithmetic series of length n, stored at 5000H. The value of a and d are  stored at 5001H and 5002H. Store the series from memory location 5003H.



Screenshot before generating series. See the content of 5000H(Length), 5001H(a) and 5002H(d).


Screenshot after generating series. See the contents from memory location 5003H.

No comments:

Post a Comment