This modifier list is used to indicate the registers that are modified by an assembler block in your code. The compiler stores certain results in the registers. If you modify the registers in an assembly block, the compiler should, sometimes, be told about it. The prototype syntax of the Registerlist modifier is:
asm statements end; ['register1','register2',...,'registern'];Where is register one of any of the available processor registers.