06.12.2016, 19:44
Usually I jump around in the stack to avoid loops
But the normal way would to to push the arguments on the stack again
Push the parameters from right to left than the byte count and after that call the function
But that is bascially what y_va did (you will notice if you check out va_printf or va_format)
There are a lot of comments in y_va so it shouldn't be to difficult
If you need to lookup an emit code go to "Instruction reference" in pawn_implementer_guide.pdf
But the normal way would to to push the arguments on the stack again
Push the parameters from right to left than the byte count and after that call the function
But that is bascially what y_va did (you will notice if you check out va_printf or va_format)
Quote:
If you need to lookup an emit code go to "Instruction reference" in pawn_implementer_guide.pdf