PDA

View Full Version : asm



jakubdaniel
November 17th, 2007, 04:14 PM
please does any one know about place where i could find list of syscalls?
i intend to improve my asm knowledge and thats why i dont want to use asmutils .. i wanna see whats behind it

i am after 'syscall number', parameters (what reg, what does it define: length/pointer...)

and the second thing ... any explanation of dynamic mem alloc in asm?!


you dont have to write it here .. links should do just fine.. thx

LaRoza
November 17th, 2007, 06:43 PM
http://docs.cs.up.ac.za/programming/asm/derick_tut/syscalls.html

jakubdaniel
November 17th, 2007, 07:02 PM
great, that looks just fine ... thx a lot

NathanB
November 17th, 2007, 07:07 PM
lscr is an excellent reference:

http://sourceforge.net/projects/lscr/

jakubdaniel
November 17th, 2007, 08:28 PM
any documentation to what each interruption returns etc?
plz it would come useful :)

thx guys

tyoc
November 17th, 2007, 08:47 PM
http://linux.die.net/man/2/syscalls

there was a big page documenting this with black background... but unable to find it at first try...

jakubdaniel
November 17th, 2007, 08:51 PM
thx for that, however ive found this one before and its to messy for me .. too many c++ structures :) not that i didnt know anything about c++ but i need to study it more in the way of asm, regs and possible return values