AMOSi:Registers

From Amiga Coding
Jump to: navigation, search

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.