Hyon Lim wrote: > I investigated kernel assembly source code in my kernel (2.6.10). > I found that there are a lot of assembly directives (e.g., .align, .set > reorder, .cpload, .frame etc.). > Is there any documents which explains those directives? (not only I > described above. All of directives) Short of reading the assembler sourcecode I believe the best document is "See MIPS Run Linux". Thiemo