Re: NASM __i686.get_pc_thunk
Re: NASM __i686.get_pc_thunk
- Subject: Re: NASM __i686.get_pc_thunk
- From: Michael Smith <email@hidden>
- Date: Thu, 2 Aug 2007 09:20:58 -0700
On Aug 2, 2007, at 8:28 AM, mm w wrote:
sorry,
it was really difficult to find, but i finally found what i needed
to know :)
nasm sucks :D
mov ebx,0
mov eax,1
int 0x80
If what you mean is "I have found out how to make system calls", then
I would point out that the ABI offered to user programs under Darwin
is at the interface to the system-supplied frameworks.
System calls, their numbering, arguments and semantics are subject to
change at any time, and any assumptions you make about them are
intrinsically invalid.
= Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden