Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Assembly Language eBooks

If you like Assembly Language eBooks, then you'll love these top picks.
Showing 1 - 24 of 60 Results
Skip side bar filters
  • The Ghidra Book, 2nd Edition

    The Definitive Guide

    A guide to using the Ghidra software reverse engineering tool suite.DANCE WITH THE DRAGONThe result of more than a decade of research and development within the NSA, the Ghidra platform was developed to address some of the agency’s most challenging reverse-engineering problems. With the open-source release of this formerly restricted tool suite, one of the world’s most capable disassemblers and ... Read more

    S$ 52.53 SGD

  • Java Programming

    by Brian Evenson ...
    Java is a multi-platform, object-oriented, and network-centric language that can be used as a platform in itself. It is a fast, secure, reliable programming language for coding everything from mobile apps and enterprise software to big data applications and server-side technologies.It contains all the essential Java programming subjects - classes, threads, objects, collection, and language ... Read more

    S$ 3.07 SGD

  • Blue Fox

    Arm Assembly Internals and Reverse Engineering

    Provides readers with a solid foundation in Arm assembly internals and reverse-engineering fundamentals as the basis for analyzing and securing billions of Arm devicesFinding and mitigating security vulnerabilities in Arm devices is the next critical internet security frontier—Arm processors are already in use by more than 90% of all mobile devices, billions of Internet of Things (IoT) devices, ... Read more

    S$ 40.99 SGD

  • Getting Started with LLVM Core Libraries

    This book is intended for enthusiasts, computer science students, and compiler engineers interested in learning about the LLVM framework. You need a background in C++ and, although not mandatory, should know at least some compiler theory. Whether you are a newcomer or a compiler expert, this book provides a practical introduction to LLVM and avoids complex scenarios. If you are interested enough ... Read more

    S$ 36.61 SGD or Free with Kobo Plus

  • Assembly Language:Simple, Short, And Straightforward Way Of Learning Assembly Programming

    This book is intended for beginners who would like to learn the basics of Assembly Programming. This book uses Simple words, Short sentences and Straightforward paragraphs. The triple S way to learn Assembly Programming. The topics covered in this book includes a brief introduction to assembly, common arithmetic instructions, character and string input and display routines, flow controls including ... Read more

    S$ 4.34 SGD

  • Some Assembly Required

    Assembly Language Programming with the AVR Microcontroller

    A family of internationally popular microcontrollers, the Atmel AVR microcontroller series is a low-cost hardware development platform suitable for an educational environment. Until now, no text focused on the assembly language programming of these microcontrollers. Through detailed coverage of assembly language programming principles and technique ... Read more

    S$ 206.31 SGD

  • LLVM Cookbook

    Over 80 engaging recipes that will help you build a compiler frontend, optimizer, and code generator using LLVM

    Key FeaturesBook DescriptionThe book is for compiler programmers who are familiar with concepts of compilers and want to indulge in understanding, exploring, and using LLVM infrastructure in a meaningful way in their work. This book is also for programmers who are not directly involved in compiler projects but are often involved in development phases where they write thousands of lines of code. ... Read more

    S$ 54.93 SGD or Free with Kobo Plus

  • Mastering ESP32 Wi-Fi features

    Microcontroller Programming Series

    by Sarful Hassan ...
    Series series Microcontroller Programming Series
    Mastering ESP32 Wi-Fi Features is a practical, beginner-friendly guide designed to help you understand and confidently use Wi-Fi capabilities in the ESP32. Instead of only showing how to connect to a network, this book explains how Wi-Fi actually works inside the ESP32 and how to control it for real-world IoT applications.You will start with the basics of Wi-Fi technology and gradually move into ... Read more

    S$ 7.56 SGD or Free with Kobo Plus

  • The Art of Assembly Language, 2nd Edition

    by Randall Hyde ...
    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 ... Read more

    S$ 47.51 SGD

  • Write Great Code, Volume 2, 2nd Edition

    Thinking Low-Level, Writing High-Level

    by Randall Hyde ...
    Explains how compilers translate high-level language source code (like code written in Python) into low-level machine code (code that the computer can understand) to help readers understand how to produce the best low-level, computer readable machine code.In the beginning, most software was written in assembly, the CPU's low-level language, in order to achieve acceptable performance on relatively ... Read more

    S$ 39.56 SGD

  • Game Boy Coding Adventure

    Learn Assembly and Master the Original 8-Bit Handheld

    Talk to the MachineGame Boy Coding Adventure is a hands-on guide to programming one of the most iconic consoles ever built. And there is magic here: By leveraging the simplified assembly language of this retro machine, you’ll learn how to control every aspect of the Game Boy’s 8-bit hardware.As you build tile-based graphics, sprite animations, sound effects, input handling, timers, and more, you ... Read more

    S$ 39.67 SGD

  • Windows Assembly Language and Systems Programming

    16- and 32-Bit Low-Level Programming for the PC and Windows

    by Barry Kauler ...
    -Access Real mode from Protected mode; Protected mode from Real mode Apply OOP concepts to assembly language programs Interface assembly language programs with high-level languages Achieve direct hardware manipulation and memory access Explore the archite ... Read more

    S$ 137.52 SGD

  • Microcontrollers

    Fundamentals and Applications with PIC

    Microcontrollers exist in a wide variety of models with varying structures and numerous application opportunities. Despite this diversity, it is possible to find consistencies in the architecture of most microcontrollers. Microcontrollers: Fundamentals and Applications with PIC focuses on these common elements to describe the fundamentals of microcontroller design and programming. Using clear, ... Read more

    S$ 101.76 SGD

  • ESP32 Arduino Programming Handbook

    Microcontroller Programming Series

    by Sarful Hassan ...
    Series series Microcontroller Programming Series
    ESP32 Arduino Programming Handbook is a clear, beginner-friendly guide created to help you learn ESP32 programming with confidence and ease. This book is written in a supportive and encouraging tone, making complex topics feel simple and approachable, even if you are completely new to ESP32 or embedded systems.You will start with the basics and move forward step by step, without feeling rushed or ... Read more

    S$ 6.30 SGD or Free with Kobo Plus

  • Microcontroller Programming

    An Introduction

    by Syed R. Rizvi ...
    Microcontroller Programming: An Introduction is a comprehensive one-stop resource that covers the concepts, principles, solution development, and associated techniques involved in microcontroller-based systems. Focusing on the elements and features of the popular and powerful Motorola 68HC11 microcontroller IC as a representative example, this book ... Read more

    S$ 261.32 SGD

  • Assembly Language

    The Ultimate Guide to Programming and Virtual Machines

    Assembly language is often considered a bridge between high-level programming languages and machine code. Unlike high-level languages such as Python or C, which use human-readable syntax and abstract away many details of the underlying hardware, assembly language provides a more direct representation of the CPU's operations.Each assembly language instruction corresponds to a specific operation ... Read more

    S$ 1.49 SGD or Free with Kobo Plus

  • Assembly Language

    From Basics to Expert Proficiency

    Edited by William Smith ...
    "Assembly Language: From Basics to Expert Proficiency" is a comprehensive guide for mastering the intricacies of assembly language programming. This book is meticulously crafted to provide a solid foundation for beginners while progressively introducing advanced topics. Readers will gain a deep understanding of low-level programming concepts, essential assembly instructions, data representation, ... Read more

    S$ 8.82 SGD or Free with Kobo Plus

  • The Ghidra Book

    The Definitive Guide

    A guide to using the Ghidra software reverse engineering tool suite.The result of more than a decade of research and development within the NSA, the Ghidra platform was developed to address some of the agency's most challenging reverse-engineering problems. With the open-source release of this formerly restricted tool suite, one of the world's most capable disassemblers and intuitive decompilers ... Read more

    S$ 47.51 SGD

  • Introduction to Computer Organization

    An Under the Hood Look at Hardware and x86-64 Assembly

    by Robert Plantz ...
    This hands-on tutorial is a broad examination of how a modern computer works. Classroom tested for over a decade, it gives readers a firm understanding of how computers do what they do, covering essentials like data storage, logic gates and transistors, data types, the CPU, assembly, and machine code.Introduction to Computer Organization gives programmers a practical understanding of what happens ... Read more

    S$ 39.67 SGD

  • Making Games for the C-64

    8bitworkshop

    by Steven Hugg ...
    Series Book 64 - 8bitworkshop
    Learn how to program games for the Commodore 64!You'll learn how to draw text, scroll the screen, animate sprites, create raster effects, play music and sound effects and more.Use the 8bitworkshop Web-based IDE to see your code run instantly in the browser.The book also covers topics such as binary numbers, memory maps, bank switching, PEEK and POKE commands, sprite collision detection, multicolor ... Read more

    S$ 12.61 SGD

  • GDB Pocket Reference

    Debugging Quickly & Painlessly with GDB

    Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB can be ported to Windows, Microsoft developers and others who use this platform can also take advantage of this amazing free software that allows you to see exactly what's going on inside of a program as it's executing. This new pocket ... Read more

    S$ 9.91 SGD

  • Python for Beginners

    A Step-by-Step Guide to Master the Basics of Python with Easy Projects

    by Lena Neill ...
    Do you want to learn how to code effectively in no time?Are you looking for a versatile programming language that can meet all your requirements?Look no more – this book has everything you need to get started!Python is a popular computer programming language that has been around since the early 1990s. It is designed to be simple and accessible, making it ideal for beginners who want to learn how ... Read more

    S$ 13.74 SGD or Free with Kobo Plus

  • Professional Embedded ARM Development

    A practical Wrox guide to ARM programming for mobile devicesWith more than 90 percent of mobile phones sold in recent years using ARM-based processors, developers are eager to master this embedded technology. If you know the basics of C programming, this guide will ease you into the world of embedded ARM technology. With clear explanations of the systems common to all ARM processors and step-by ... Read more

    S$ 59.99 SGD

  • Bare Metal C

    Embedded Programming for the Real World

    Bare Metal C teaches you to program embedded systems with the C programming language. You’ll learn how embedded programs interact with bare hardware directly, go behind the scenes with the compiler and linker, and learn C features that are important for programming regular computers.Bare Metal C will teach you how to program embedded devices with the C programming language. For embedded system ... Read more

    S$ 39.67 SGD