Boolean Sales
buy it XOR don't buy it
What is Boolean Sales?
Boolean Sales is a web shopping portal designed to enrich the income stream of its owner and designer. We ask you to follow a simple two step procedure. Step 1: search for something using one of our lovely search forms. Step 2: buy it XOR don't buy it. We don't know how we could make your shopping experience any easier while still getting a cut of the action for ourselves.
Popular Searches
- ActionScript Programming
- AppleScript Programming
- ASP Programming
- Assembly Programming
- C# Programming
- C++ Programming
- Cocoa Programming
- Game Programming
- iPad Programming
- iPhone Programming
- Java Programming
- Javascript Programming
- Linux Kernel
- LISP Programming
- Objective C Programming
- Oracle Programming
- OS X Programming
- Perl Programming
- PHP Programming
- Python Programming
- RPG Programming
- Ruby Programming
- Solaris Programming
- TeX Programming
- Turbo Pascal Programming
- VBScript Programming
- Visual Basic Programming
- Visual C Programming
- Web 2.0 Programming
- Windows Programming
Our Sponsors
|
Gluten Free Energy Bars energy for your gluten free day
|
|
Resonator Guitars retail and auction listings at Guitar Search Now
|
|
Ener-G see a huge selection of gluten free Ener-G products
|
|
Gluten Free Macaroni see the list at Gluten Free Finds
|
|
Gluten Free Energy Bars keep up your energy level
|
|
Quinoa Flour best selection at Gluten Free Search
|
Assembly Programming | buy it XOR don't buy it
![]() |
The Art of Assembly LanguageList Price: $59.95 Sale Price: $37.76 Average Rating: ![]() |
Assembly is a low-level programming language that's one step above a computer's native machine language. Although assembly language is commonly used for writing device drivers, emulators, and video games, many programmers find its somewhat unfriendly syntax intimidating to learn and use. Since 1996, Randall Hyde's The Art of Assembly Language has provided a comprehensive, plain-English, and patient introduction to assembly for non-assembly programmers. Hyde's primary teaching tool, High Level Assembler (or HLA), incorporates many of the features found in high-level languages (like C, C++, and Java) to help you quickly grasp basic assembly concepts. HLA lets you write true low-level code while enjoying the benefits of high-level language programming. As you read The Art of Assembly Language, you'll learn the low-level theory fundamental to computer science and turn that understanding into real, functional code. You'll learn how to: Edit, compile, and run an HLA program Declare and use constants, scalar variables, pointers, arrays, structures, unions, and namespaces Translate arithmetic expressions (integer and floating point) Convert high-level control structures This much anticipated second edition of The Art of Assembly Language has been updated to reflect recent changes to HLA and to support Linux, Mac OS X, and FreeBSD. Whether you're new to programming or you have experience with high-level languages, The Art of Assembly Language, 2nd Edition is your essential guide to learning this complex, low-level language.
![]() |
The Art of Assembly LanguageList Price: $47.99 Average Rating: ![]() |
Assembly is a low-level programming language that's one step above a computer's native machine language. Although assembly language is commonly used for writing device drivers, emulators, and video games, many programmers find its somewhat unfriendly syntax intimidating to learn and use.Since 1996, Randall Hyde's The Art of Assembly Language has provided a comprehensive, plain-English, and patient introduction to 32-bit x86 assembly for non-assembly programmers. Hyde's primary teaching tool, High Level Assembler (or HLA), incorporates many of the features found in high-level languages (like C, C++, and Java) to help you quickly grasp basic assembly concepts. HLA lets you write true low-level code while enjoying the benefits of high-level language programming.As you read The Art of Assembly Language, you'll learn the low-level theory fundamental to computer science and turn that understanding into real, functional code.You'll learn how to:Edit, compile, and run an HLA programDeclare and use constants, scalar variables, pointers, arrays, structures, unions, and namespacesTranslate arithmetic expressions (integer and floating point)Convert high-level control structuresThis much anticipated second edition of The Art of Assembly Language has been updated to reflect recent changes to HLA and to support Linux, Mac OS X, and FreeBSD. Whether you're new to programming or you have experience with high-level languages, The Art of Assembly Language, 2nd Edition is your essential guide to learning this complex, low-level language.
![]() |
Assembly For PIC MicrocontrollersSale Price: $89.95 |
Assembly for PICmicro microcontrollers V4.0 (previously known as PICtutor) contains a complete course in programming the PICmicro microcontroller from Arizona Microchip. It starts with fundamental concepts and extends up to complex programs including watchdog timers, interrupts and sleep modes. The CD makes use of the latest simulation techniques which provide a superb tool for learning: the Virtual PICmicro microcontroller. This is a simulation tool that allows users to write and execute assembly code for the PIC16F84, 16F88 and the 16F877a microcontroller on-screen. Using this students can actually see what happens inside the PICmicro microcontroller as each instruction is executed. This enhances understanding and retains student interest.
![]() |
MIPS Assembly Language ProgrammingList Price: $57.80 Sale Price: $35.00 Average Rating: ![]() |
/*4204Q-9, 0-13-142044-5, Britton, Robert, MIPS Assembly Language Programming, 1/E*/ Users of this book will gain an understanding of the fundamental concepts of contemporary computer architecture, starting with a Reduced Instruction Set Computer (RISC). An understanding of computer architecture needs to begin with the basics of modern computer organization. The MIPS architecture embodies the fundamental design principles of all contemporary RISC architectures. This book provides an understanding of how the functional components of modern computers are put together and how a computer works at the machine-language level. Well-written and clearly organized, this book covers the basics of MIPS architecture, including algorithm development, number systems, function calls, reentrant functions, memory-mapped I/O, exceptions and interrupts, and floating-point instructions. For employees in the field of systems, systems development, systems analysis, and systems maintenance.
![]() |
Computer Geek on Duty Sign / Wall Plaque (Male Edition - Programming Mainframe)List Price: $14.99 Sale Price: $10.00 |
This sign is part of our "On Duty" series, highlighting various professions and interests. It's a sure-fire way to please that person on your gift list! At 8 by 10 inches, it's perfect for framing, or to hang just about anywhere! This is an exclusive New Retro Signworks original design, incorporating vintage ad art from the good old days! And we have many more signs like this one! Click the "Other products by New Retro Signworks" link at the top of this page. It's not made of tin - but wood (tempered hardboard). And it has a special charm that tin signs just can't match! Recommended for indoor use only, but our art is printed using archival inks to last a lifetime, and we use a plastic overlaminate. Our signs also have faux antiquing to simulate decades of aging. Our signs are a popular choice and the perfect size for propping up on a desk, hanging on a door, or even on the wall! Just think about all the places that could use a little splash of retro style: At work, or at home. In your kitchen, laundry, game room, family room, bedroom, office, cubicle, classroom, break room, even the bathroom.
![]() |
Assembly Language Step-by-step: Programming with DOS and Linux (with CD-ROM)List Price: $55.00 Sale Price: $29.77 Average Rating: ![]() |
The bestselling guide to assembly language-now updated and expanded to include coverage of Linux This new edition of the bestselling guide to assembly programming now covers DOS and Linux! The Second Edition begins with a highly accessible overview of the internal operations of the Intel-based PC and systematically covers all the steps involved in writing, testing, and debugging assembly programs. Expert author Jeff Duntemann then presents working example programs for both the DOS and Linux operating systems using the popular free assembler NASM. He also includes valuable information on how to use procedures and macros, plus rare explanations of assembly-level coding for Linux, all of which combine to offer a comprehensive look at the complexities of assembly programming for Intel processors. Providing you with the foundation to create executable assembly language programs, this book: * Explains how to use NASM-IDE, a simple program editor and assembly-oriented development environment * Details the most used elements of the 86-family instruction set * Teaches about DEBUG, the single most useful tool you have as an assembly language programmer * Examines the operations that machine instructions force the CPU to perform * Discusses the process of memory addressing * Covers coding for Linux The CD-ROM includes: * Net-Wide Assembler (NASM) for both DOS and Linux * NASM-IDE, a command shell and code editor for DOS * ALINK, a free linker for DOS programming * All program code examples from the book
![]() |
Professional Assembly LanguageList Price: $39.99 Average Rating: ![]() |
Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging
![]() |
Professional Assembly Language (Programmer to Programmer)List Price: $49.99 Sale Price: $26.00 Average Rating: ![]() |
Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging
![]() |
8086 Microprocessor, Programming and Interfacing the PCSale Price: $251.95 |
Intended for the beginning programming student taking the first course on the 8086, a 16-bit microprocessor manufactured by Intel. It serves as a campanion text to Ayala's The 8051 Microcontroller: Architecture, Programming, and Applications, 2nd (1997). The text has a software programming emphasis and focuses on assembly language geared to IBM PCs. Digital logic design or basic binary fundamentals are prerequisites, but no prior study of computers or assembly language is necessary.
Search Again
| We've got Education Textbooks at Textbooks Plus, over 1 million books! | Pagan Origins of the Christ Myth by John G. Jackson | Compare prices on pet furniture at Spoil My Pet | Atheist Manifesto The Case Against Christianity, Judaism, and Islam, by Michael Onfray |
| for great gluten free food deals visit My Gluten Free Store | |||











