Changes

114 bytes added ,  01:19, 23 February 2013
no edit summary
Line 330: Line 330:  
|}
 
|}
    +
== CreateThread ==
 +
R0=threadpriority
 +
R1=entrypoint
 +
R2=arg
 +
R3=stacktop
 +
R4=processorid
 +
 +
result=R0
 +
thread=R1
    
= Types and structures =
 
= Types and structures =
Line 510: Line 519:  
| envp
 
| envp
 
|}
 
|}
 +