Friday, May 27, 2011

Assembly Language : First assignment



Click here to download Assignment

MASM615 + Solution of Quiz 3


MASM615
Click here to download MASM615

Solution of Quiz 3
Click here for solution of Quiz 3

The Intel Microprocessors: Architecture, Programming, and Interfacing (4th Edition)


The Intel Microprocessors: Architecture, Programming, and Interfacing (4th Edition) Barry B.Brey
Keeping students on the forefront of technology, this timely text offers a practical reference to all programming and interfacing aspects of the popular microprocessor family Intel. Organized in an orderly and manageable format that stimulates and challenges understanding, the text contains numerous example programs using the Microsoft Macro Assembler program, and provides a thorough description of each Intel family member, memory systems, and various I/O systems.

Click here to download

Assembly Language for Intel-Based Computers Fourth Edition



 

Major Features of this Book are

  • 32-bit, Protected mode programming as the default model
  • Simplified link libraries for both 32-bit and 16-bit programming
  • Win32 Console programming: an entire chapter showing how
    to use MS-Windows
    API calls, including a graphical Windows application
  • 16-bit programming is still supported, with three chapters devoted
    exclusively to BIOS programming and MS-DOS programming
  • Nearly all 32-bit programs are accompanied by a parallel 16-bit
    version
    on the example program disk
  • 16-bit graphics and mouse programming
  • Expanded coverage of procedures and stack parameters
  • Expanded coverage of structures and unions
  • Entire chapter on linking to C++ in both 16-bit and 32-bit modes

Many of our readers used the Third Edition as the primary text for
computer
fundamentals and introductory architecture courses. The Fourth Edition
includes the following topics to make this even easier:

  • Virtual machine architecture
  • Elementary boolean operators and expressions with truth tables
  • Binary and hexadecimal arithmetic, numeric conversions, and IEEE
    floating-point
    binary representation
  • IA-32 protected mode segmentation and paging
  • Introductory explanations of Multitasking, Pipelining, and Superscalar
    architecture
  • Instruction execution cycle with improved diagrams
  • Interrupt vectoring and device I/O
  • Disk fundamentals, including disk geometry, FAT32 and NTFS file
    structures

Click here to download