ARM7 Registers: Difference between revisions

Fixed up the formatting
Line 18: Line 18:
| 1  
| 1  
|-
|-
| ''Unknown''
| Code
| <code>0x10018080</code>
| <code>0x10018080</code>
| <code>ARM7_CODE</code>
| <code>ARM7_CODE</code>
| ''?''
| 32
|-
|-
| <code>u16</code>
| <code>u16</code>
Line 68: Line 68:


===ARM7_CODE===
===ARM7_CODE===
This is the first code that will be run after execution begins. <code>TwlProcess9</code> uses this to put ARM7 in a loop (TWL), and to set the <code>POSTFLG</code> and branch to more copied code (GBA).This doesn't seem to start execution by itself.
This is the first code that will be run after execution begins. <code>TwlProcess9</code> uses this to put ARM7 in a loop (TWL), and to set the <code>POSTFLG</code> and branch to more copied code (GBA). This doesn't seem to start execution by itself.


===ARM7_SAVE_MODE===
===ARM7_SAVE_MODE===