:But I don't want to program in assembly, but in C language. For :example, I would like to analyze C code of FreeBSD or Linux for :processors. I'm not capable to assemble hardware.
Well, just staring at the code isn't going to get you very far. I'd recommending running on of the above OS's and getting to know its build system for utilities and such, then mess around with select bits of code, make changes, see how it works, etc. You have to actively manipulate the source code to get a real feel for it. -Matt Matthew Dillon <[EMAIL PROTECTED]>