|
|
Inline Assembly In GCC
Author : Colin Plumb (link)
|
|
I have always found it difficult to do inline asm in GCC until I found this ! This ones for all those of you interested in doing C + ASM programming.
|
|
|
How to use the GNU Linker ?
Author : Sternwarte Bonn (link)
|
|
An excellent document giving you the details of the usage of the ld (linker) of the gnu c compiler.
|
|
| HTML
Reference Library
Author : Stephen H Hunte (353 Kb .zip) |
| A complete reference
library compiled in the Win Help format. Meant for users who have at least
the basic understanding of HTML programming. Extremely good for
quick reference. |
|
| A
Short History Of Computers
Author :
Meyers, Jeremy (PDF) (Link) |
| A wonderful ,
illustrated work on the history of computers. A must-read for all. |
|
| Start-up
menus using config.sys in Windows
Author : Vivek Mohan (Html) |
| An article on how to
create start up menus using the config.sys file in Windows ?
Especially useful when you want your own shell to be run instead
of the command.com every time you start your computer. |
| |
| Intel Hex Opcodes And Mnemonics
Author : Unknown (65.5 Kb .zip) |
| A complete reference
document for Intel hex opcodes and mnemonics as well as the whole 8086/80186/80286/80386/80486 Instruction Set.
Very useful for asm programmers. |