Difference between revisions of "AMOSi:Let"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

Assigns a value to an AMAL register.


Let Rn=expression

n can be 0 to 9 for local registers, and A through Z for global ones.


You can also use the special registers A,X, and Y.