-
Notifications
You must be signed in to change notification settings - Fork 3
MRC cp14
Sono edited this page Jun 3, 2021
·
2 revisions
All instructions begin as follows:
MCR p14, 7, rN, cX, cY, Z
Where
- rN is the register which sends/receives the data,
- X, Y, and Z are the command
- Y and Z seem to be always zero
Here are the instructions below, in Z Y X
format:
This register contains the Jazelle ID, which stays the same on the same model CPUs.
On an ARM11MPCore this should read 0x74100064
.
Sending 2 into this register unhides the Jazelle hardware and makes it accessible in usermode.
Sending 1 into this register is required to make BXJ enter Java mode as opposed to working as an overcomplicated BX.
Some upper bits change how some instructions behave.
- About
- Intricate details
- Coprocessor interface
- Working with Java mode
- Instruction table