• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Linux system interrupts?(assembly)

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Roof Jumper

Member
Joined
Apr 5, 2002
Location
In a spider hole
ok, im beginning to learn assembly code, and linux is my preferred development platform, so i look on google for a couple hours trying to find an interrupt list that describes what the different parameters are and what the different parameters can have as valid values(i.e. MOV eax,1 to tell int 0x80 its a system-write call) and havent found anything(found alot of DOS interrupt lists). So I was wondering if anyone knows of a site that has one or has a list themselves?
 
I can't answer your question directly in any satisfactory manner, because I'm not very knowledge about assembly. However, I suggest you check out this site:
http://linuxassembly.org/

Also, you may find /usr/include/asm/unistd.h useful.

I hope that was at least somewhat helpful :)
 
Hello

I don't know whether you got my last email or not, but I have just such a list. Give me your email and I'll send it to you.


/Domainator/
 
Back