Difference between revisions of "AMOSi:Registers"

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

Represents one of the AMAL variables. There are two different sorts.


Local registers: R0 to R9


Each AMAL channel has it's own set of Local registers, completely independantly.


Global registers: RA through RZ


These retain the same values between all AMAL programs. So there's just one set for the entire system.