Skip to main content

Winkelwagen

Je krijgt de VIP-behandeling!

Artikel(en) niet beschikbaar voor aankoop
Bekijk je winkelwagentje. Je kunt de niet-beschikbare artikelen nu verwijderen of we verwijderen ze bij de kassa automatisch.
artikelenartikel
artikelenartikel

Aanbevolen voor jou

Loading...

eBooks in de categorie Assembleertaal

Als je eBooks uit de categorie Assembleertaal' leuk vindt, dan vind je deze toptitels ook geweldig.
1 - 24 van 65 resultaten worden weergegeven
Skip side bar filters
  • 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 ... Meer lezen

    27,66 €

  • Introduction to Computer Organization

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

    door 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 ... Meer lezen

    23,20 €

  • 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, ... Meer lezen

    28,99 €

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

    door Sherwyn Allibang ...
    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 ... Meer lezen

    3,49 € of Gratis met Kobo Plus

  • Write Great Code, Volume 1, 2nd Edition

    Understanding the Machine

    door Randall Hyde ...
    Understanding the Machine, the first volume in the landmark Write Great Code series by Randall Hyde, explains the underlying mechanics of how a computer works.This, the first volume in Randall Hyde's Write Great Code series, dives into machine organization without the extra overhead of learning assembly language programming. Written for high-level language programmers, Understanding the Machine ... Meer lezen

    23,20 €

  • Raspberry Pi Operating System Assembly Language

    Fourth Edition

    door Bruce Smith ...
    Serie series Hands-On-Guide
    Bigger, better and ideal for all models of the Raspberry Pi! The ultimate guide to learning assembly language on your Pi.“This edition is the most complete and the only one a reader needs to purchase. It is a very good tutorial textbook...”Covers use of the new Raspberry Pi Operating System including the GPIO port, the VFP and Neon coprocessors. Based on the best selling Raspbian edition, now even ... Meer lezen

    8,99 € of Gratis met Kobo Plus

  • C Programming : All-in-One Resource for C Programming , Comprehensive Tutorials, Expert Tips, and a Wide Range of Exercises for All Skill Levels

    door Aria Thane ...
    Dive into the world of C programming with this all-encompassing guide that is designed to transform beginners into proficient C programmers. "C Programming" stands as a beacon of clarity and depth in a sea of programming literature. This book uniquely bridges the gap between foundational learning and professional application, making it an indispensable resource for both novices and seasoned ... Meer lezen

    1,99 € of Gratis met Kobo Plus

  • Mastering C++

    Welcome to the forefront of knowledge with Cybellium, your trusted partner in mastering the cutting-edge fields of IT, Artificial Intelligence, Cyber Security, Business, Economics, and Science.Designed for professionals, students, and enthusiasts alike, our comprehensive books empower you to stay ahead in a rapidly evolving digital world.Expert Insights: Our books provide deep, actionable insights ... Meer lezen

    10,80 €

  • Computer Architecture

    Software Aspects, Coding, and Hardware

    door John Y. Hsu ...
    With the new developments in computer architecture, fairly recent publications can quickly become outdated. Computer Architecture: Software Aspects, Coding, and Hardware takes a modern approach. This comprehensive, practical text provides that critical understanding of a central processor by clearly detailing fundamentals, and cutting edge design features. With its balanced software/hardware ... Meer lezen

    68,18 €

  • 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 ... Meer lezen

    140,03 €

  • IBM 1401 Programming Systems

    Exploring 1960s Mainframe Programming and IBM 1401 Technology

    door Anonymous ...
    "IBM 1401 Programming Systems" is a seminal work that delves into the intricacies of programming for the IBM 1401, an early computer that revolutionized data processing in the 1960s. Written in a clear and instructional style, the text expertly balances technical precision with accessibility, making complex concepts understandable to both novice programmers and seasoned professionals. Its content ... Meer lezen

    0,99 € of Gratis met Kobo Plus

  • Assembly Language

    The Ultimate Guide to Programming and Virtual Machines

    door Jonathan Rigdon ...
    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 ... Meer lezen

    0,99 € of Gratis met Kobo Plus

  • Assembly Language

    From Basics to Expert Proficiency

    Bewerkt door 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, ... Meer lezen

    6,49 € of Gratis met Kobo Plus

  • 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 ... Meer lezen

    22,57 € of Gratis met Kobo Plus

  • Java Programming

    door 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 ... Meer lezen

    2,49 € of Gratis met Kobo Plus

  • 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. ... Meer lezen

    32,85 € of Gratis met Kobo Plus

  • Mastering ESP32 Wi-Fi features

    Microcontroller Programming Series

    door Sarful Hassan ...
    Serie 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 ... Meer lezen

    5,49 € of Gratis met Kobo Plus

  • Android Development For Intermediate To Advanced Programmers: Tutorial Guide : Android Programming Guide Made Easy Series

    door Richard Cole ...
    Following up on "Android Programming Made Easy For Beginners: Tutorial Book For Android Designers * New 2013" the author published "Android Development For Intermediate To Advanced Programmers: Tutorial Guide" as the next step in the learning process for android programming.The need was seen for this book as more and more technological advancements are being made and more and more devices are ... Meer lezen

    2,99 € of Gratis met Kobo Plus

  • The Art of Assembly Language, 2nd Edition

    door 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 ... Meer lezen

    27,66 €

  • Write Great Code, Volume 2, 2nd Edition

    Thinking Low-Level, Writing High-Level

    door 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 ... Meer lezen

    23,20 €

  • 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 ... Meer lezen

    23,20 €

  • L'arte dell'hacking - Volume 2

    door Jon Erickson ...
    Serie Boek 3 - Hacking e Sicurezza
    L'ebook che non si limita a mostrare come funzionano le tecniche di exploit, ma spiega come svilupparle, ritorna in due ebook.Jon Erickson guida il lettore in un percorso di iniziazione alle tecniche hacker. Ancora una volta il presupposto è che conoscere i metodi, le logiche, la teoria e i fondamenti scientifici che stanno alla base dell'hacking stesso, rappresenta l'unica via per costruire ... Meer lezen

    6,99 €

  • Microprocessor Technology

    door J S Anderson ...
    'Microprocessor Technology' provides a complete introduction to the subject of microprocessor technology using the Z80 and 6502 processors. An emphasis on fault-finding and repair makes this an ideal text for servicing courses including City & Guilds 2240 in the UK, microelectronics units on BTEC National/Advanced GNVQ and City & Guilds 7261 Microprocessor Technology. It will also provide a ... Meer lezen

    63,31 €

  • The Design and Implementation of the RT-Thread Operating System

    Since the release of V0.01 in 2006, to the present V4.0 version, RT-Thread has developed a reputation among developers for its open source strategy. RT-Thread has gained a large following among members of the embedded open source community in China with hundreds of thousands of enthusiasts. RT-Thread is widely used in energy, automotive, medical, consumer electronics, among other applications, ... Meer lezen

    60,87 €