17.06.2015, 17:48
I think my post is going to get hidden in this thread.The newer replies will cover it up.
You can also do getargs using assembly by accessing each element on the stack.
For example,
You can do lot of things with #emit
You can also do getargs using assembly by accessing each element on the stack.
For example,
Code:
#emit LOAD.S 16 //Give the location (stack) of the argument in bytes #emit LOAD.I //Get value stored from address #emit STOR.pri YOUR_VARIABLE_NAME //Will copy the argument to the variable