PC Assembly Language


PC Assembly Language
PC Assembly Language
CC BY-NC-SA

Book Details

Author Paul A. Carter
Published 2019
Edition 1
Paperback 190 pages
Language English
License Creative Commons Attribution-NonCommercial-ShareAlike

Book Description

The book provides extensive coverage of interfacing assembly and C code, making it of potential interest to C programmers seeking to understand how C operates at a lower level. All examples utilize the free NASM (Netwide) assembler. The tutorial focuses exclusively on programming for 32-bit protected mode and requires a 32-bit protected mode compiler. While it is possible to use the book and its examples on a 64-bit operating system, the programs will run in 32-bit mode and cannot access any 64-bit functionality.

The author provides example code files for several environments: DJGPP, Borland, Microsoft, Open Watcom, and Linux C compilers. Although the examples within the tutorial text are written specifically for DJGPP, the material also discusses how to interface with the other compilers. These example files include macros that facilitate easy input/output and debugging, featuring capabilities such as register dumps, memory dumps, coprocessor dumps, and stack dumps. To run the tutorial's examples, the reader must download the appropriate example code file, which contains necessary support files (such as asm_io.inc) used throughout the tutorial.


This book is available under a Creative Commons Attribution-NonCommercial-ShareAlike license (CC BY-NC-SA), which means that you are free to copy, distribute, and modify it, as long as you credit the original author, don't use it for commercial purposes, and share any adaptations under the same license.

If you enjoyed the book and would like to support the author, you can purchase a printed copy (hardcover or paperback) from official retailers.

Download and Read Links

Share This Book

[localhost]# find . -name "*Similar_Books*"


XcalableMP PGAS Programming Language

XcalableMP is a directive-based parallel programming language based on Fortran and C, supporting a Partitioned Global Address Space (PGAS) model for distributed memory parallel systems. This open book presents XcalableMP language from its programming model and basic concept to the experience and performance of applications described in XcalableMP.�

Rexx Programmer's Reference, 2nd Edition

Rexx

Of all the free scripting languages, why should you learn Rexx? Rexx is unique in that it combines power with ease of use. Long the dominant scripting language on mainframes, it is definitely a "power" language, yet it is also so easy to use that its popularity has expanded to every conceivable platform. Today Rexx developers use the language on Wi

PicoLisp Works

Lisp

PicoLisp Works is a compilation of (almost) all available information about the technological gem PicoLisp - a programming language and environment that definitely deserves wider attention. Built on the unique characteristics of Lisp (almost no syntax, code is equivalent to data), PicoLisp combines powerful abstractions with simplicity and purity.

Smooth CoffeeScript

CoffeeScript JavaScript

CoffeeScript is a lucid evolution of JavaScript created by Jeremy Ashke-nas. Apart from the major change in explaining Coffee-Script instead of JavaScript, numerous other changes have been made andsections have been added, edited or removed. Everything that is expressed in this book is therefore solely the responsi-bility of the editor. In the sens

Effective AWK Programming, 5th Edition

AWK

When processing text files, the awk language is ideal for handling data extraction, reporting, and data-reformatting jobs. This practical guide serves as both a reference and tutorial for POSIX-standard awk and for the GNU implementation, called gawk. This book is useful for novices and awk experts alike. In this thoroughly revised 5th edition, aut

The JavaScript Way

JavaScript

This book is primarily designed for beginners. Having taught programming basics to hundreds of students, I tried to write it in the most friendly and accessible way possible. My goal was that no matter their background, everyone interested in programming should be able to follow along without too much difficulty. However, this book can also be usef