Multstore

From WikiManual
Revision as of 10:29, 1 July 2014 by Botsareus (talk | contribs)
Jump to: navigation, search

Works like mult but the second variable passed is a memory location and data is multiplied directly into location.

examples:

Given 10 .up store
-1 .up multstore = *.up -1 mult .up store = -10
0 .up multstore = *.up 0 mult .up store = 0