Издательство: | No Starch Press |
Дата выхода: | сентябрь 2003 |
ISBN: | 1-886411-97-2 |
Объём: | 928 страниц |
Размеры(В x Ш x Т), см: | 24 x 2 x 5 |
Обложка: | мягкая |
Assembly language is easier than ever, thanks to modern development tools and The Art of Assembly Language.
After a decade of rigorous end-user testing of the online version, The Art of Assembly Language is an indispensable reference for using assembly to write powerful programs and solve real-world problems.
Hyde has updated his book to include the latest in 32-bit x86 architecture, as well as the High Level Assembler (HLA), a revolutionary tool that leverages your knowledge of high level programming languages like C/C++ and Pascal/Delphi to streamline your learning process.
Learn how to:
o Edit, compile, and run a High Level Assembler (HLA) program
o Declare and use constants, scalar variables, integers, reals, data types, pointers, arrays, records/structures, unions, and namespaces
o Translate arithmetic expressions (integer and floating point)
o Convert high level control structures
o Interface with high level programming languages