GPU Classes: Difference between revisions
No edit summary |
|||
Line 1,975: | Line 1,975: | ||
| 0xD00 || SetMmeShadowScratch || uint[0x100] || 256 || Mostly general purpose, sometimes accessed by FirmwareCall. | | 0xD00 || SetMmeShadowScratch || uint[0x100] || 256 || Mostly general purpose, sometimes accessed by FirmwareCall. | ||
|- style="border-top: double" | |- style="border-top: double" | ||
| 0xE00+N*2 || | | 0xE00+N*2 || CallMmeMacro || 1 || uint || n=0..0x7f. Writing here calls a bound macro with value written put in r1. | ||
|- | |- | ||
| 0xE01+N*2 || | | 0xE01+N*2 || CallMmeData || 1 || pipe || Used to send variable number of arguments to macro via the "parm" instruction. | ||
|} | |} | ||