Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Guide to Assembly Language: A Concise Introduction

    Posted By: tarantoga
    Guide to Assembly Language: A Concise Introduction

    James T. Streib, "Guide to Assembly Language: A Concise Introduction"
    ISBN: 0857292706 | 2011 | EPUB | 270 pages | 520 KB

    Although the need for assembly language programmers has decreased, the need to understand assembly language has not, and it is important to actually write assembly language code if one is to understand it thoroughly.

    This Guide to Assembly Language will enable the reader to very quickly begin programming in assembly language. Through this hands-on programming, readers will also learn more about the computer architecture of the Intel 32-bit processor, as well as the relationship between high-level and low-level languages. The book can either be used as a stand-alone text in a one-semester course on assembly language, or as a supplementary text in a computer organization and architecture course.

    Topics and features: * Presents an overview of assembly language, and an introduction to general purpose registers * Illustrates the key concepts of each chapter with complete programs, chapter summaries, and exercises (with answers to selected exercises provided in the Appendices) * Covers input/output, basic arithmetic instructions, selection structures, and iteration structures * Introduces logic, shift, arithmetic shift, rotate, and stack instructions * Discusses procedures and macros, and examines arrays and strings * Investigates machine language from a discovery perspective * Provides an overview of binary and hexadecimal, logic, and arithmetic in the Appendices, together with a Glossary, and a section on Visual C++ and MASM

    This textbook/reference is an ideal introduction to programming in assembly language for undergraduate students in computer science, as well as a concise guide for professionals wishing to learn how to write logically correct programs in a minimal amount of time.