The auxiliary register space is accessible in PowerView via the special memory class AUX:.
To view the registers, enter:
Data.dump AUX:0On ARC700 cores, many registers may be displayed with ????????. This indicates that the corresponding registers are inaccessible because they are not present on the core.
On ARC600 and older cores, unimplemented auxiliary registers normally show the same value as the IDENTITY register.
The most commonly used auxiliary registers are also shown in the Peripheral View. Open the Peripheral View with:
PER.view
Add a comment