Crossware

Table of Contents        Previous topic       Next topic       

C/C++ COMPILER->Scratch Registers

Scratch registers are data registers R0, R1, R2 and R3

The compiler will ensure that scratch registers are not in use when a function is called (unless they are being used to pass parameters to the function).