Anyone that wants to take ASM programing seriously really ought to download and use the Intel manuals which tell you how the processors work and what they can do.
Although Volumes 1 and 3 of the Intel Pentium manual set are useful, the one most needed by programmers is Volume 2 (in 2 parts).
Volume 2 explains in detail all of the available instructions of the processor.
You can download all the manuals from the intel website:
Intel® 64 and IA-32 Architectures Software Developer's Manual
Volume 2A: Instruction Set Reference, A-M
Intel® 64 and IA-32 Architectures Software Developer's Manual
Volume 2B: Instruction Set Reference, N-Z
Paul.
Although Volumes 1 and 3 of the Intel Pentium manual set are useful, the one most needed by programmers is Volume 2 (in 2 parts).
Volume 2 explains in detail all of the available instructions of the processor.
You can download all the manuals from the intel website:
Intel® 64 and IA-32 Architectures Software Developer's Manual
Volume 2A: Instruction Set Reference, A-M
Intel® 64 and IA-32 Architectures Software Developer's Manual
Volume 2B: Instruction Set Reference, N-Z
Paul.
Comment