The art of assembly language 2nd edition 2010 randall hyde

765 6 0
The art of assembly language   2nd edition   2010   randall hyde

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

www.elsolucionario.net www.elsolucionario.net www.elsolucionario.net www.elsolucionario.net AAL2E_03.book Page i Thursday, February 18, 2010 12:49 PM www.elsolucionario.net PRAISE FOR THE FIRST EDITION OF THE ART OF ASSEMBLY LANGUAGE “You would be hard-pressed to find a better book on assembly out there.” —SECURITY-FORUMS.COM “This is a large book that is comprehensive and detailed The author and publishers have done a remarkable job of packing so much in without making the explanatory text too terse If you want to use assembly language, or add it to your list of programming skills, this is the book to have.” —BOOK NEWS (AUSTRALIA) “Allows the reader to focus on what’s really important, writing programs without hitting the proverbial brick wall that dooms many who attempt to learn assembly language to failure Topics are discussed in detail and no stone is left unturned.” —MAINE LINUX USERS GROUP-CENTRAL “The text is well authored and easy to understand The tutorials are thoroughly explained, and the example code segments are superbly commented.” —TECHIMO “This big book is a very complete treatment [of assembly language].” —MSTATION.ORG www.elsolucionario.net “My flat-out favorite book of 2003 was Randall Hyde’s The Art of Assembly Language.” —SOFTWARE DEVELOPER TIMES AAL2E_03.book Page ii Thursday, February 18, 2010 12:49 PM www.elsolucionario.net www.elsolucionario.net AAL2E_03.book Page iii Thursday, February 18, 2010 12:49 PM www.elsolucionario.net www.elsolucionario.net THE ART OF ASSEMBLY LANGUAGE, 2ND EDITION AAL2E_03.book Page iv Thursday, February 18, 2010 12:49 PM www.elsolucionario.net www.elsolucionario.net AAL2E_03.book Page v Thursday, February 18, 2010 12:49 PM www.elsolucionario.net THE ART OF ASSEMBLY L A NGUAGE by Ra nd al l H yd e San Francisco www.elsolucionario.net 2ND E DIT ION aal2e_TITLE_COPY.fm Page vi Wednesday, February 24, 2010 12:52 PM www.elsolucionario.net THE ART OF ASSEMBLY LANGUAGE, 2ND EDITION Copyright © 2010 by Randall Hyde All rights reserved No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner and the publisher 14 13 12 11 10 123456789 Printed in Canada Publisher: William Pollock Production Editor: Riley Hoffman Cover and Interior Design: Octopod Studios Developmental Editor: William Pollock Technical Reviewer: Nathan Baker Copyeditor: Linda Recktenwald Compositor: Susan Glinert Stevens Proofreader: Nancy Bell For information on book distributors or translations, please contact No Starch Press, Inc directly: No Starch Press, Inc 555 De Haro Street, Suite 250, San Francisco, CA 94107 phone: 415.863.9900; fax: 415.863.9950; info@nostarch.com; www.nostarch.com Librar y of Congress Cataloging-in-Publication Data Hyde, Randall The art of Assembly language / by Randall Hyde 2nd ed p cm ISBN 978-1-59327-207-4 (pbk.) Assembler language (Computer program language) Programming languages (Electronic computers) QA76.73.A8H97 2010 005.13'6 dc22 2009040777 I Title No Starch Press and the No Starch Press logo are registered trademarks of No Starch Press, Inc Other product and company names mentioned herein may be the trademarks of their respective owners Rather than use a trademark symbol with every occurrence of a trademarked name, we are using the names only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark The information in this book is distributed on an “As Is” basis, without warranty While every precaution has been taken in the preparation of this work, neither the author nor No Starch Press, Inc shall have any liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the information contained in it www.elsolucionario.net ISBN-10: 1-59327-207-3 ISBN-13: 978-1-59327-207-4 AAL2E_03.book Page vii Thursday, February 18, 2010 12:49 PM www.elsolucionario.net BRIEF CONTENTS Acknowledgments xix Chapter 2: Data Representation 53 Chapter 3: Memory Access and Organization 111 Chapter 4: Constants, Variables, and Data Types 155 Chapter 5: Procedures and Units 255 Chapter 6: Arithmetic 351 Chapter 7: Low-Level Control Structures 413 Chapter 8: Advanced Arithmetic 477 Chapter 9: Macros and the HLA Compile-Time Language 551 Chapter 10: Bit Manipulation .599 Chapter 11: The String Instructions 633 Chapter 12: Classes and Objects 651 Appendix: ASCII Character Set 701 Index 705 www.elsolucionario.net Chapter 1: Hello, World of Assembly Language AAL2E_03.book Page 728 Thursday, February 18, 2010 12:49 PM Separate compilation, 335 Set on condition instructions, 362 seta instruction, 363 setae instruction, 363 setb instruction, 363 setbe instruction, 363 setc instruction, 362, 609 setcc instructions, 362 sete instruction, 363 setg instruction, 363 setge instruction, 363 setl instruction, 363 setna instruction, 363 setnae instruction, 363 setnb instruction, 363 setnbe instruction, 363 setnc instruction, 362, 609 setne instruction, 363 setng instruction, 363 setnge instruction, 363 setnl instruction, 363 setnle instruction, 363 setno instruction, 362 setnp instruction, 362 setns instruction, 362 setnz instruction, 362, 364 seto instruction, 362 setp instruction, 362 setpe instruction, 362 setpo instruction, 362 sets instruction, 362 Setting bits, 601 setz instruction, 362, 364 Shift arithmetic right operation, 83 left operation, 80 operations, 80 right operation, 82 rotate instructions, 601, 608 shl instruction, 80, 378 shld instruction, 506 Short-circuit boolean evaluation, 433 vs complete boolean evaluation, 435 shr instruction, 81, 379 shrd instruction, 506 si, 728 I ND EX Side effects, 435 Sign bit, 72 contraction, 76, 79 extension, 76, 356 extension prior to division, 372 zero flag settings after mul and imul instructions, 353 Sign flag, 10, 358, 418 and the and, or, and xor instructions, 605 Signed comparison flag settings, 359 comparisons, 363 decimal input (extended precision), 529 decimal output (extended precision), 514 division, 356 integer output, 35 integer remainder/modulo, 439 multiplication, 156, 352, 354, 488 numbers, 72 Significant digits, 90 Simple assignments (conversion to assembly language), 366 Simulating div, 379 Sine, 403 Sine data table generation, 592 Single precision floating point format, 93 Size of a data type (compile-time function), 148 SNOBOL4 programming language, 539 Software configuration via conditional compilation, 568 for different environments, 567 Source file merging during assembly, 336 sp, Spaghetti code, 455 Square root, 391, 397 st0, 381 st1, 381 Stack fault flag (FPU), 385 Stack frame, 293 www.elsolucionario.net www.elsolucionario.net AAL2E_03.book Page 729 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net repeat until, 17, 26, 456, 458 then, 17 try endtry, 28, 42 until, 17 while, 17, 24, 456, 457 static declaration section, 6, 122 procedures in a class, 661 variable section, Status register (FPU), 385, 405 Status word, 399, 400, 405 stc instruction, 609 std instruction, 88 stdin (HLA stdlib module) stdin.a_gets, 193 stdin.eoln, 108 stdin.flushInput, 40, 108 stdin.get, 7, 41, 67, 99, 107, 516 stdin.getc, 38, 519 stdin.getf, 99, 411 stdin.geth8, 67 stdin.geth16, 67 stdin.geth32, 67 stdin.geth64, 67 stdin.geth128, 67 stdin.geti32, 75 stdin.gets, 191, 193 stdin.getu8, 76 stdin.getu16, 76 stdin.getu32, 76 stdin.getu64, 76 stdin.getu128, 76 stdin.peekc, 519 stdin.readLn, 40 stdio (HLA stdlib module) stdio.bell, 34 stdio.bs, 34 stdio.cr, 34 stdio.lf, 34 stdio.tab, 34 stdlib.hhf, stdout (HLA stdlib module) stdout.newln, 35, 256 stdout.put, 3, 7, 37, 67, 107, 307 stdout.putc, 106 stdout.putcSize, 106 stdout.puth8, 67 stdout.puth16, 67 I NDE X 729 www.elsolucionario.net Stack manipulation by procedure calls, 290 Stack operations pop, 138, 259 popa, 144 popad, 144 popf, 144 popfd, 144 push, 137, 259 pusha, 143 pushad, 143 pushd, 138 pushf, 144 pushfd, 144 pushw, 138 Stack segment, 137 Standard entry sequence (to a procedure), 296 Standard exit sequence (from a procedure), 298 Standard input, 34 Standard library (HLA), 32 Standard macro parameter expansion, 576 Standard macros, 574 Standard Output, 34 State machine, 416, 452 State variable, 452 Statement labels, 414 Statements break, 27, 461 breakif, 27 case, 423, 442 conditional, 423 continue, 461 else, 17, 424 elseif, 17 endfor, 25 endif, 17 endwhile, 17, 24 exception, 28 exit, 262 exitif, 262 for, 25, 460 forever, 27, 456 if, 17, 20, 422, 424 jf, 421 raise, 42, 196 AAL2E_03.book Page 730 Thursday, February 18, 2010 12:49 PM stdout (HLA stdlib module), continued stdout.puth32, 67, 509 stdout.puth64, 67 stdout.puth128, 67 stdout.puti8, 35, 75 stdout.puti8Size, 35 stdout.puti16, 35 stdout.puti16Size, 35 stdout.puti32, 35, 276, 590 stdout.puti32Size, 35, 590 stdout.puti128, 515 stdout.putiXSize, 35 stdout.putr32, 97 stdout.putr64, 97 stdout.putr80, 97 stdout.putu8, 75 stdout.putu8Size, 76 stdout.putu16, 75 stdout.putu16Size, 76 stdout.putu32, 75 stdout.putu32Size, 76 stdout.putu64, 75 stdout.putu64Size, 76 stdout.putu128, 75, 515 stdout.putu128Size, 76 sti instruction, 88 storage declaration section, 123 Storing ah register into flags, 88–89, 400 Storing the FPU control word, 384 Storing the FPU status word, 385, 399–400, 405 stos instruction, 648 stosb instruction, 634 stosd instruction, 634 stosw instruction, 634 str (HLA stdlib module) str.a_cat, 203 str.a_cpy, 201 str.a_delete, 205 str.a_insert, 204 str.a_substr, 205 str.alloc, 191 str.cat, 203 str.cpy, 199, 346 730 I ND EX str.delete, 205 str.eq, 206 str.free, 192 str.ge, 206 str.gt, 206 str.ieq, 207 str.ige, 207 str.igt, 207 str.ile, 207 str.ilt, 207 str.index, 208 str.ine, 207 str.insert, 204 str.le, 206 str.length, 203 str.lt, 206 str.ne, 206 str.put, 208 str.strRec data type, 190 str.substr, 205 strfill procedure, 302, 307 string compile-time function, 559–560 Strings, 185 assignment by reference, 197 comparisons, 206, 633, 645 concatenation, 165, 203 constant initializers in the const section, 167 constants, 165 constants containing control characters, 167 instruction operation, 634 instruction performance, 650 instructions, 633–634, 648 operators within a constant expression, 170 pointers, 188 Structures as structure fields, 237 sub instruction, 15 Substring operation, 205 Subtract with borrow, 484, 501, 609 Subtraction, floating point, 395 Swapping registers on the FPU stack, 391 switch statement, 442 www.elsolucionario.net www.elsolucionario.net AAL2E_03.book Page 731 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net T Tab character, 34 Tables, 539 Tag field, 247 Taking the address of a statement label, 414 Tangent, 403 tbyte values (BCD), 538 Temporary values in an expression, 374 Termination test (while loops), 457 Test for zero (floating point), 402 test instruction, 364, 601, 606 Testing a floating-point operand for zero, 386, 402 Testing bits, 601 Testing for set bits in a bit string, 607 Testing the overflow flag, 156, 159 Text constants, 167, 243 object assignment, 564 type, 564 text compile-time function, 559 then statement, 17 Top of stack pointer (FPU), 387 Transcendental function instructions, 402 Translating arithmetic expressions into assembly language, 351 Treating registers as signed integer values, 136 Tricky programming, 377 true boolean constant, 7, 375 label, 475 Truth table, 68 try endtry effect on the stack, 46 protected statements, 28, 43 statement, 28, 42 Two’s complement numbering system, 62 numeric representation, 72 operation, 73 Type checking coercion, 133–134, 243 procedure pointer invocations, 332 type declaration section, 173 Type operator, 134 Type-conversion compile-time functions, 559 U u128Size, 515 Unary operator (conversion to assembly language), 368 Underflow exception (FPU), 384 Unicode, 62, 109 Uninitialized pointers, 180 Unions, 243 accessing fields of a union, 244 anonymous, 246 definition, 243 syntax (declaration), 243 Units, 339 Unpacking bit strings, 609 Unprotected (try endtry), 45 Unraveling/unrolling loops, 471, 596 uns8, 75 uns8 compile-time function, 559 uns16, 75 uns16 compile-time function, 559 uns32, 75 uns32 compile-time function, 559 uns128 compile-time function, 559 Unsigned comparisons, 363 Unsigned decimal input (extended precision), 525 Unsigned decimal output (extended precision), 510 I NDE X 731 www.elsolucionario.net Synthesizing in assembly language break statements, 461 continue statements, 462 for statements, 461 forever endfor loops, 460 repeat until loops, 458 while loops, 457 AAL2E_03.book Page 732 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net V val declarations, 160 fields in a class, 656 section, 172 val object modificiation, 173 value parameter specification, 272 Value parameters, 269, 310 Values, inputting in an HLA program, var declarations, 125 pass-by-reference parameters, 273 Variable alignment, 131 Variable declarations, 75 Variable number of parameters in a macro, 579 Variable option, @nostorage, 124, 186 Variable-length parameters, 306 Variant types, 247 Vars (_vars_) constant in a procedure, 300 Virtual method table pointer initialization, 678 Virtual method tables, 671 See also VMT Virtual methods in a class, 661 732 I ND EX VMT declaration, 672 initialization, 678 record structure, 671 virtual method tables, 671 Von Neumann Architecture, W while statement, 17, 24, 456, 457 word compile-time function, 559 Word strings, 633 Words, 58, 61 Writing compile-time programs, 592 X xlat instruction, 540 xor instruction, 70, 376, 601, 604, 605 xor operation, 67, 69 Y Y2K, 87 Z Zero divide exception (FPU), 384 Zero extension, 356 Zero flag, 10, 358, 418, 606 setting after a multiprecision or, 503 settings after mul and imul instructions, 353 Zero-terminating byte (in HLA strings), 188 Zero-terminated strings, 186 zstring data type, 186 www.elsolucionario.net Unsigned division, 355–356 Unsigned multiplication, 352–353, 488 Unsigned numbers, 72 Unsigned variable declarations, 75 Unstructured code, 441 until statement, 17 Untyped reference parameters, 334 AAL2E_03.book Page 733 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net www.elsolucionario.net AAL2E_03.book Page 734 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net www.elsolucionario.net AAL2E_03.book Page 735 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net The Electronic Frontier Foundation (EFF) is the leading organization defending civil liberties in the digital world We defend free speech on the Internet, fight illegal surveillance, promote the rights of innovators to develop new digital technologies, and work to ensure that the rights and freedoms we enjoy are enhanced — rather than eroded — as our use of technology grows FREE SPEECH INNOVATION EFF has sued telecom giant AT&T for giving the NSA unfettered access to the private communications of millions of their customers eff.org/nsa EFF’s Coders’ Rights Project is defending the rights of programmers and security researchers to publish their findings without fear of legal challenges eff.org/freespeech EFF's Patent Busting Project challenges overbroad patents that threaten technological innovation eff.org/patent FAIR USE EFF is fighting prohibitive standards that would take away your right to receive and use over-the-air television broadcasts any way you choose eff.org/IP/fairuse TRANSPARENCY EFF has developed the Switzerland Network Testing Tool to give individuals the tools to test for covert traffic filtering eff.org/transparency INTERNATIONAL EFF is working to ensure that international treaties not restrict our free speech, privacy or digital consumer rights eff.org/global EFF is a member-supported organization Join Now! www.eff.org/support www.elsolucionario.net PRIVACY AAL2E_03.book Page 736 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net More no-nonsense books from THE ART OF DEBUGGING WITH GDB, DDD, AND ECLIPSE The Art of Debugging with GDB, DDD, and Eclipse illustrates the use of three of the most popular debugging tools on Linux/Unix platforms: GDB, DDD, and Eclipse In addition to offering specific advice for debugging with each tool, authors Norm Matloff and Pete Salzman cover general strategies for improving the process of finding and fixing coding errors, including how to inspect variables and data structures, understand segmentation faults and core dumps, and figure out why your program crashes or throws exceptions You’ll also learn how to use features like catchpoints, convenience variables, and artificial arrays and become familiar with ways to avoid common debugging pitfalls SEPTEMBER 2008, 280 PP., $39.95 ISBN 978-1-59327-174-9 HACKING, 2ND EDITION The Art of Exploitation by JON ERICKSON While many security books merely show how to run existing exploits, Hacking: The Art of Exploitation was the first book to explain how exploits actually work—and how readers can develop and implement their own In this all new second edition, author Jon Erickson uses practical examples to illustrate the fundamentals of serious hacking You’ll learn about key concepts underlying common exploits, such as programming errors, assembly language, networking, shellcode, cryptography, and more And the bundled Linux LiveCD provides an easy-to-use, hands-on learning environment This edition has been extensively updated and expanded, including a new introduction to the complex, low-level workings of computers FEBRUARY 2008, 488 PP W/CD, $49.95 ISBN 978-1-59327-144-2 GRAY HAT PYTHON Python Programming for Hackers and Reverse Engineers by JUSTIN SEITZ Gray Hat Python explains how to complete various hacking tasks with Python, which is fast becoming the programming language of choice for hackers, reverse engineers, and software testers Author Justin Seitz explains the concepts behind hacking tools like debuggers, Trojans, fuzzers, and emulators He then goes on to explain how to harness existing Python-based security tools, and build new ones when the pre-built ones just won’t cut it The book teaches readers how to automate tedious reversing and security tasks, sniff secure traffic out of an encrypted web browser session, use PyDBG, Immunity Debugger, Sulley, IDAPython, PyEMU, and more APRIL 2009, 216 PP., $39.95 ISBN 978-1-59347-192-3 www.elsolucionario.net by NORMAN MATLOFF and PETER JAY SALZMAN AAL2E_03.book Page 737 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net THE IDA PRO BOOK The Unofficial Guide to the World’s Most Popular Disassembler by CHRIS EAGLE AUTOTOOLS A Practioner’s Guide to GNU Autoconf, Automake, and Libtool by JOHN CALCOTE Autotools is the first book to offer programmers a tutorial-based guide to the Autotools, a group of utilities that lets developers easily create software that is portable across many Unix-based operating systems Beginning with a discussion of high-level concepts, author John Calcote first gives readers an overview of many different use-cases and examples, then moves into more advanced details, like using the M4 Macro Processor with Autoconf, extending the framework provided by Automake, building Java and C# sources, and more The book teaches readers how to structure and organize open source software, master the Autotools framework and functional project configuration scripts, use extensions to Autoconf, convert an existing open source project from a custom build system to an Autotools build system, and write your own Autotools macros 384 PP., $44.95 ISBN 978-1-59327-206-7 PHONE: 800.420.7240 OR 415.863.9900 EMAIL: MONDAY THROUGH FRIDAY, WEB: A.M TO P.M (PST) WWW.NOSTARCH.COM SALES@NOSTARCH.COM www.elsolucionario.net Hailed by the creator of IDA Pro as the “long-awaited” and “informationpacked” guide to IDA, The IDA Pro Book covers everything from the very first steps with IDA to advanced automation techniques You’ll learn to identify known library routines and how to extend IDA to support new processors and filetypes, making disassembly possible for new or obscure architectures The book also covers the popular plug-ins that make writing IDA scripts easier AUGUST 2008, 640 PP., $59.95 ISBN 978-1-59327-178-7 AAL2E_03.book Page 738 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net www.elsolucionario.net AAL2E_03.book Page 739 Thursday, February 18, 2010 12:49 PM The Art of Assembly Language, 2nd Edition is set in New Baskerville, Futura, TheSansMonoCondensed, and Dogma This book was printed and bound by Transcontinental, Inc at Transcontinental Gagné in Louiseville, Quebec, Canada The paper is Domtar Husky 60# Smooth, which is certified by the Forest Stewardship Council (FSC) The book has an Otabind binding, which allows it to lie flat when open www.elsolucionario.net www.elsolucionario.net AAL2E_03.book Page 740 Thursday, February 18, 2010 12:49 PM www.elsolucionario.net Visit http://www.nostarch.com/assembly2.htm for updates, errata, and other information www.elsolucionario.net UPDATES www.elsolucionario.net www.elsolucionario.net www.elsolucionario.net A S S E M B LY FOR THE N O N - A S S E M B LY PROGR AMMER • Declare and use constants, scalar variables, pointers, arrays, structures, unions, and namespaces Since 1996, Randall Hyde’s The Art of Assembly Language has provided a comprehensive, plain-English, and patient introduction to 32-bit x86 assembly for nonassembly programmers Hyde’s primary teaching tool, High Level Assembler (or HLA), incorporates many of the features found in high-level languages (like C, C++, and Java) to help you quickly grasp basic assembly concepts HLA lets you write true low-level code while enjoying the benefits of high-level language programming This much anticipated second edition of The Art of Assembly Language has been updated to reflect recent changes to HLA and to support Linux, Mac OS X, and FreeBSD Whether you’re new to programming or you have experience with high-level languages, The Art of Assembly Language, 2nd Edition is your essential guide to learning this complex, low-level language • Edit, compile, and run HLA programs ABOUT THE AUTHOR www.elsolucionario.net You’ll learn how to: • Convert high-level control structures Randall Hyde is the author of Write Great Code, Volumes and (No Starch Press) and the co-author of MASM 6.0 Bible (The Waite Group) He has written for Dr Dobb’s Journal, Byte, and various professional journals Hyde taught assembly language at the University of California, Riverside for over a decade 2N ND D EE D D II TT II O ON N As you read The Art of Assembly Language, you’ll learn the low-level theory fundamental to computer science and turn that understanding into real, functional code • Translate arithmetic expressions (integer and floating point) THE ART OF A S S E M B LY L A N G U A G E Assembly is a low-level programming language that’s one step above a computer’s native machine language Although assembly language is commonly used for writing device drivers, emulators, and video games, many programmers find its somewhat unfriendly syntax intimidating to learn and use THE ART OF T H E F I N E ST I N G E E K E N T E RTA I N M E N T ™ “ I L I E F L AT ” $59.95 ($74.95 CDN) SHELVE IN: COMPUTERS/ PROGRAMMING LANGUAGES This book uses a lay-flat binding that won't snap shut H Y DE w w w.nostarch.com A S S E M B LY L A N G U A G E 2N ND D EE D D II TT II O ON N R ANDALL HYDE ... true, then the code between the then and the endif executes If the expression evaluates false, then the program skips over the code between the then and the endif Another common form of the if... Librar y of Congress Cataloging-in-Publication Data Hyde, Randall The art of Assembly language / by Randall Hyde 2nd ed p cm ISBN 978-1-59327-207-4 (pbk.) Assembler language (Computer program language) ... vi Wednesday, February 24, 2010 12:52 PM www.elsolucionario.net THE ART OF ASSEMBLY LANGUAGE, 2ND EDITION Copyright © 2010 by Randall Hyde All rights reserved No part of this work may be reproduced

Ngày đăng: 16/10/2021, 15:32

Mục lục

  • Chapter 1: Hello, World of Assembly Language

    • 1.1: The Anatomy of an HLA Program

    • 1.2: Running Your First HLA Program

    • 1.3: Some Basic HLA Data Declarations

    • 1.6: An Introduction to the Intel 80x86 CPU Family

    • 1.8: Some Basic Machine Instructions

    • 1.9: Some Basic HLA Control Structures

    • 1.10: Introduction to the HLA Standard Library

    • 2.2: The Hexadecimal Numbering System

    • 2.4: Arithmetic Operations on Binary and Hexadecimal Numbers

    • 2.6: Logical Operations on Bits

    • 2.7: Logical Operations on Binary Numbers and Bit Strings

    • 2.8: Signed and Unsigned Numbers

    • 2.9: Sign Extension, Zero Extension, Contraction, and Saturation

    • 2.11: Bit Fields and Packed Data

    • 2.12: An Introduction to Floating-Point Arithmetic

    • 2.15: The Unicode Character Set

    • Chapter 3: Memory Access and Organization

      • 3.1: The 80x86 Addressing Modes

      • 3.3: How HLA Allocates Memory for Variables

      • 3.4: HLA Support for Data Alignment

      • 3.8: The stack Segment and the push and pop Instructions

Tài liệu cùng người dùng

Tài liệu liên quan