Syntax
-Or-
Description
The -Or- option disables all allocation of values and addresses to processor registers.
Setting this in CrossStudio
To disable all allocations of values and addresses to processor register for a project:
- Select the project in the Project Explorer.
- In the Optimization Options group set the Register Allocation property to None.
To disable all allocations of values and addresses to processor register for a particular file:
- Select the file in the Project Explorer.
- In the Optimization Options group set the Register Allocation property to None.
See Also
-Orl (Register allocation of locals), -Org (Register allocation of locals and global addresses)