Logo

Programming From The Ground Up

Large book cover: Programming From The Ground Up

Programming From The Ground Up
by

Publisher: Bartlett Publishing
ISBN/ASIN: 0975283847
ISBN-13: 9780975283844
Number of pages: 326

Description:
Programming from the Ground Up is an introduction to programming using assembly language on the Linux platform for x86 machines. It is a great book for novices who are just learning to program as well as for intermediates who have never learned or mastered assembly language programming. It covers many topics skipped by other similar books, including memory management, debugging, interfacing with C, dynamic libraries, and even a bit on GUI programming.

Home page url

Download or read it online for free here:
Download link
(1.3MB, PDF)

Similar books

Book cover: BIOS Disassembly Ninjutsu UncoveredBIOS Disassembly Ninjutsu Uncovered
by - A-List Publishing
Explaining security vulnerabilities, possible exploitation scenarios, and prevention in a systematic manner, this guide to BIOS exploitation describes the reverse-engineering techniques used to gather information from BIOS and expansion ROMs.
(14729 views)
Book cover: The Art of Assembly LanguageThe Art of Assembly Language
by - No Starch Press
Presents assembly language from the high-level point of view, so you can start writing meaningful programs within days. This is the most-often recommended book on 80x86 assembly language programming in newsgroups, on web sites, and by word of mouth.
(24220 views)
Book cover: The Second Book of Machine LanguageThe Second Book of Machine Language
by - Compute! Publications
This book offers the reader both a detailed description of the LADS assembler and an efficient tool, a complete language with which to write other machine language programs. Every line in the program is described, all the subroutines are explained.
(21562 views)
Book cover: x86 Disassemblyx86 Disassembly
- Wikibooks
This book is about the disassembly of x86 machine code into human-readable assembly, and the decompilation of x86 assembly code into human-readable C or C++ source code. Some topics covered will be common to all computer architectures.
(18849 views)