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)
TIA
Owen


|