| QUOTE (Link2012 @ Wednesday, Mar 21 2012, 20:54) |
I didn't understand your question very well, I think that the answer is:
MyNewThread Locals: 0@ = 1 1@ = 6 2@ = 3@ 3@ = 5@ 4@ = 6@ |
I think you answered it correctly. Basically is sending parameters in
0AB1: call_scm_func @CreateThread 5 @MyNewThread the same as sending parameters using
0A92: create_custom_thread "ShowTextBox.s"And is every parameter after @MyNewThread the start of the locals in the new thread?
EDIT: I submitted this after Deji. He explained the extra question in this post.