Addstore
From WikiManual
Works like add but the second variable passed is a memory location and data is added directly into location. examples:
Given 10 .up store
1 .up addstore same as *.up 1 add .up store is equal to 11
2 .up addstore same as *.up 2 add .up store is equal to 12