SVC: Difference between revisions
svcBreak |
|||
Line 79: | Line 79: | ||
| 0x25 || svcGetThreadId || W0=thread_handle || W0=result, X1=out | | 0x25 || svcGetThreadId || W0=thread_handle || W0=result, X1=out | ||
|- | |- | ||
| 0x26 || svcBreak || X0,X1,X2=info || ? | | 0x26 || [[#svcBreak]] || X0,X1,X2=info || ? | ||
|- | |- | ||
| 0x27 || svcOutputDebugString || X0=str, X1=size || W0=result | | 0x27 || svcOutputDebugString || X0=str, X1=size || W0=result | ||
Line 686: | Line 686: | ||
</div> | </div> | ||
When used on retail where inx0 bit31 is clear, the system will throw a [[Error_codes|fatal-error]]. Otherwise when bit31 is set, it will return 0 | When used on retail where inx0 bit31 is clear, the system will throw a [[Error_codes|fatal-error]]. Otherwise when bit31 is set, it will return 0 and notify the debugger? | ||
== svcGetInfo == | == svcGetInfo == |