by "Rod Pemberton" <spamtrap@[EMAIL PROTECTED]
>
Apr 15, 2008 at 03:12 AM
"Owen" <spamtrap@[EMAIL PROTECTED]
> wrote in message
news:c30c7474-94f5-4122-9ab6-c700920e72d8@[EMAIL PROTECTED]
> Hi,
>
> I am having beginners problems locating documentation, where would I
> find the full list of the arguments, n, as in mov eax,n
> like,
>
> mov eax,4 ; sys_write
> mov eax,6 ; sys_close
> mov eax,8 ; create_file
>
> (using linux and nasm if that matters)
>
Asmref (asmref-0.9.49.tar.gz) via Sourceforge (on the downloads page)
http://sourceforge.net/projects/asmref/
Asmref is one of a number of projects available from here
http://members.save-net.com/jko@[EMAIL
PROTECTED]
quick summary of what's available from DesktopLinuxAsm
http://groups.google.com/group/comp.lang.asm.x86/msg/2c0308c0b9ec8328
Rod Pemberton