The art of assembly language /

Widely respected by hackers of all kinds, The Art of Assembly Language teaches programmers how to understand assembly language and how to use it to write powerful, efficient code. Using the proven High Level Assembler (HLA) as its primary teaching tool, The Art of Assembly Language leverages your kn...

Full description

Saved in:
Bibliographic Details
Main Author: Hyde, Randall
Format: Electronic eBook
Language:English
Published: San Francisco : No Starch Press, ©2010.
Edition:2nd ed.
Subjects:
Online Access: Full text (Emmanuel users only)
Table of Contents:
  • Hello, world of assembly language
  • Data representation
  • Memory access and organization
  • Constants, variables, and data types
  • Procedures and units
  • Arithmetic
  • Low-level control structures
  • Advanced arithmetic
  • Macros and the HLA Compile-time language
  • Bit manipulation
  • The string instructions
  • Classes and objects
  • Appendix: ASCII character set.