comp.lang.asm.x86 Frequently Asked Questions file
Assorted Processor documentation (mostly .PDF format)
HELPPC is a Quick Reference Utility for the intermediate to advanced
programmer. It is a shareware program written by David Jurgens. The
latest version is 2.10.
The topics distributed in an easy database format are:
- BIOS interrupts;
- DOS interrupts and DOS functions;
- EMS and Mouse functions;
- BIOS and DOS data structures;
- diagnostic codes;
- DOS commands;
- 80x86 assembler instructions;
- standard and vendor specific C functions; and
- various hardware specifications.
Ring Zero - Programmer Resources
Intel Instruction Set
Protected mode and operating systems
I386 instruction manual in HTML form
(Above as a .ZIP file)
The 80x86 Assembly Pages
Intel Secrets Monthly Edition
Ralf Brown's Files
Ralf Brown's Interrupt List - HTML Version
NASM - The Netwide Assembler Project - FREE 80x86 assembler
Assembly Programming Language Quick Reference
John Fine's home page
Paul Hsieh's x86 Assembly page
Joe's Assembly Language Page
Fabian's Coding Page
Using the WinDbg debugger
Back to CSC 200 Home page