Re: Port binding under linux in ASM



On Sun, 20 Apr 2008 06:45:59 -0700 (PDT)
tin.cans.and.string@xxxxxxxxx wrote:

Ah. I'm using NASM.

So am I, these days, but I wrote the program at a time when NASM seemed
to be dead. If I had written it in NASM, I would have used a structure,
such as:

struc sparms

p0: resd 1
p1: resd 1
p2: resd 1
p3: resd 1
p4: resd 1
p5: resd 1

endstruc

Incidentaly, I no longer remember why I defined six parameters, as the
highest I actually used was p3.

--
Chuck
http://www.pacificsites.com/~ccrayne/charles.html


.



Relevant Pages