Difference between revisions of "AMOSi:Let"

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

Latest revision as of 01:51, 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.