Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
RegRem
From AGEWiki
RegRem | |||
Syntax RegRem = <RegistryIdx1> ; <Minus> <RegistryIdx2> or RegRem = <RegistryIdx> Description Removes (subtracts) values from the selected registry. Example RegRem = 6|Minus 4 Subtract the value in Registry 4 from the value in Registry 6 RegRem = 5 Subtract 5 from the currently Active Registry |
Parameters
The Registry index from which we will substract a value, if used in conjunction with the <Minus> parameter
<Minus> is literal, used only to subtract value of a second registry from the value of registry <RegistryIdx1> <RegistryIdx> is the Registry number whose value is to be subtracted from thte currently active registry.
The Registry index which we will substract from <RegistryIdx1>, if used in conjunction with the <Minus> parameter |