Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Thanks! I'm reading the links. I've readed that argument about the varargs, but i think it could be implemented using registers, am i missing something? Commented Oct 21, 2015 at 4:53
  • Your goal should be to not do something exotic. The closer you are to a generally-accepted standard, the better. Commented Oct 21, 2015 at 5:08
  • 1
    That's not my objective. I'm trying to learn (about the other calling conventions). Commented Oct 21, 2015 at 5:14
  • That link is cool. i like the first 3 sentences in your post. also it says "The user-stack is not touched, so you needn't have a valid one when doing a syscall." is that a pro? i don't need to set up a proper stack? Commented Oct 21, 2015 at 5:28