Size: 316
Comment: initial version
|
Size: 786
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* [http://www.jegerlehner.ch/intel/ Intel Assembler 80x86 CodeTable] an overview of the x86 assembler instructions, on one sheet of paper! | * [http://www.jegerlehner.ch/intel/ Intel Assembler 80x86 CodeTable] an overview of the x86 assembler instructions, on one sheet of paper. * [http://www.linuxassembly.org/ Linuxassembly.org] information on assembly programming under UNIX-like operating systems. |
Line 8: | Line 9: |
* [http://en.wikipedia.org/wiki/C_programming_language Wikipedia's] entry on the C programming language. = Other links = * [http://www.mindprod.com/unmain.html How To Write Unmaintainable Code] is a collection of excellent rules for writing code that nobody else can understand. It is an excellent article on how NOT to write programs. |
Some links with information about programming languages that are useful when programming the kernel. Please add your links in alphabetical order.
Assembler
[http://www.jegerlehner.ch/intel/ Intel Assembler 80x86 CodeTable] an overview of the x86 assembler instructions, on one sheet of paper.
[http://www.linuxassembly.org/ Linuxassembly.org] information on assembly programming under UNIX-like operating systems.
C
[http://en.wikipedia.org/wiki/C_programming_language Wikipedia's] entry on the C programming language.
Other links
[http://www.mindprod.com/unmain.html How To Write Unmaintainable Code] is a collection of excellent rules for writing code that nobody else can understand. It is an excellent article on how NOT to write programs.