SetMem mm*+,nn
[mm] = nn
(A FastTrack instruction)
Sets the data memory location mm to contain the number 'nn'
mm must be a valid data memory address (usually 0 through 249). It can also be a label for a memory location. 'nn' must be in the range 0 to 255.
Dialect restriction: This instruction is not implemented on boards prior to dialect D=7, but can be used on older boards via automatic translation by SPLat/PC.
Indexing: From dialect 15 this instruction can be indexed by adding 'i' in front of it.
+ From dialect 16 the address argument will be jndexed when executed inside a MultiTrack task and will be indexed if the instruction is preceded by the IasJ: precode.
See also DecMGIfNZ
