Recall mm*+
(T=Z; Z=Y; Y=X;) X = [mm]
Pushes the contents of memory location mm into X.
* This instruction can also use the Index Register by adding i in front of the instruction.
+ 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 Store.
Do not confuse with LoadX: LoadX is for constants, Recall is for variables.