ADD for single fields
Adds two single fields.
Syntax
ADD <n> TO <m>.
The contents of <n> are added to the contents of <m> and the results are stored in <m>. This is equivalent to: <m> = <m> + <n>.
Adds two single fields.
ADD <n> TO <m>.
The contents of <n> are added to the contents of <m> and the results are stored in <m>. This is equivalent to: <m> = <m> + <n>.