Programming Books
You are currently browsing the articles from Free Ebook Download matching the category Programming Books.
VTC – Assembly Language Programming

Assembly Language
The Assembly Language course is intended for those who wish to write assembly for both Windows and Linux. It uses the freely available NASM assembler, which is feature-complete and produces object code in a variety of formats. The predominant CPUs today use the Intel instruction set, and all examples in the course use that instruction set.
The course covers the background information necessary for assembly programming and it covers the forms programs must take to operate in the systems. Some time is spent with low-level I/O, but many of the examples interface with C mainline programs. The emphasis of the course is in writing assembly language functions that can be called from higher level languages. To begin learning today, simply click on the movie links.
(more…)
Written by Reinand on May 3rd, 2009 with 1 comment.
Read more articles on Programming Books.

Description:
Teach yourself the fundamentals of working with Visual Basic 2008 one step at a time. With Step by Step, you work at your own pace through hands-on, learn-by-doing exercises. Whether you’re a beginning programmer or new to this specific language, you’ll understand the core capabilities and fundamental techniques for Visual Basic 2008 and rapidly build robust, elegant applications.
Each chapter puts you to work, showing you how, when, and why to use the latest features of Visual Basic guiding you each step of the way as you create actual components and working applications for Windows. You’ll also explore data management and Web-based development topics. PLUS get practice files with sample code and data sets on the companion CD.
(more…)
Written by Reinand on March 20th, 2009 with no comments.
Read more articles on Programming Books.