[gameprogrammer] Re: Pushing on stack in assembly
- From: "Chris Nystrom" <cnystrom@xxxxxxxxx>
- To: gameprogrammer@xxxxxxxxxxxxx
- Date: Sat, 22 Mar 2008 00:51:44 -0500
On 3/22/08, Kevin Jenkins <gameprogrammer@xxxxxxxxxx> wrote:
> I'm writing code to support variadic remote procedure calls in RakNet.
> I concatenate the parameter list of a function to an array of bytes.
> On the recipient, I read the length of the array, push this amount on
> the stack, and copy the memory onto the stack. I then call the function.
>
> Problem is, my assembly sucks.
Why are you using assembly?
Chris
--
E-Mail: Chris Nystrom <cnystrom@xxxxxxxxx>
Saving the world from web programming.
http://www.newio.org - AIM: nystromchris
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
- Follow-Ups:
- [gameprogrammer] Re: Pushing on stack in assembly
- From: Kevin Jenkins
- References:
- [gameprogrammer] Pushing on stack in assembly
- From: Kevin Jenkins
Other related posts:
- » [gameprogrammer] Pushing on stack in assembly
- » [gameprogrammer] Re: Pushing on stack in assembly
- » [gameprogrammer] Re: Pushing on stack in assembly
- » [gameprogrammer] Re: Pushing on stack in assembly
- » [gameprogrammer] Re: Pushing on stack in assembly
- » [gameprogrammer] Re: Pushing on stack in assembly
- » [gameprogrammer] Re: Pushing on stack in assembly
- » [gameprogrammer] Re: Pushing on stack in assembly
- » [gameprogrammer] Re: Pushing on stack in assembly
- » [gameprogrammer] Re: Pushing on stack in assembly
- [gameprogrammer] Re: Pushing on stack in assembly
- From: Kevin Jenkins
- [gameprogrammer] Pushing on stack in assembly
- From: Kevin Jenkins