Previous Topic: Substring NotationNext Topic: COMPARE and BRANCH Statements


ADD Statement

After copying the screen data into an array element, the program uses the following ADD statements to increment A1 by 1 and A2 by 80:

ADD A1,1 
ADD A2,80

These increments prepare the program to copy the next line of the screen into the next array element.