|
Following is a list of links that you may find useful.
To add your links,
e-mail them to a.rassau@ecu.edu.au
The
Art of Assembly Language Programming
A well-written online text on x86 assembly language programming by Randall
Hyde.
x86
Assembly Language Frequently Asked Questions (FAQs)
From comp.lang.asm.x86 newsgroup. It has sections on Microsoft
MASM and Borland TASM.
Assembly
Language Journal
A quarterly magazine in text format that contains code and articles
for asm programmers from beginner to advanced level.
Ralf
Brown's Interrupt List
A must-have for x86 asm programmers. It contains a comprehensive list
of interrupt calls, I/O ports, memory locations and much more.
AEDT182
Editor
An assembler IDE with lots of features including online help and a
complete x86 op-code listing.
MicroASM
A Windows 9x & NT editor with support for MS-DOS command-line tools such
as TASM. With this editor, you can create and edit text files, run the files
through your assembler, and automatically highlight lines containing errors.
Microprocessor
Instruction Set Cards
Instruction sets for several microprocessors: Intel x86, Motorola 680x, etc.
|