Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Lenguaje ensamblador

Si te gustan los eBooks de Lenguaje ensamblador, seguro que te encanta esta selección.
Mostrando 1 - 24 de 60 resultados
Skip side bar filters
  • Ultimate WebAssembly for High-Performance Apps

    Build Next-Generation High-Performance Web, Cloud, and Edge Applications with WebAssembly, WASI, Rust, C/C++, and JavaScript (English Edition)

    Unleash near-native performance for modern web and cloud applicationsKey Features● Build high-performance apps using WebAssembly across web, server, and edge.● Master Rust, C/C++, Node.js, and WASI for real-world Wasm workflows.● Deploy secure, scalable WebAssembly solutions for cloud, IoT, and AI systems.Book DescriptionWebAssembly is transforming how high-performance applications are b... ... Leer más

    $25,349 CLP o gratis con Kobo Plus

  • Handbuch PIC24/dsPIC-Mikrocontroller

    Praxisbeispiele zur Anwendung der Module und Befehle

    Series series Mikrocontroller Programmierung
    16-Bit-PICs sind die perfekte Lösung, wenn Sie einfache Handhabung und eine große Anwendungsbreite bei Controllern suchen. Die Klasse der 16-Bit-PICs besitzt eine große Fülle von Typen, welche sich in ihrer Ausstattung und auch in einigen Punkten der Funktionalität unterscheiden. Der Schwerpunkt des Buches besteht darin, die gemeinsamen Eigenschaften verständlich zu machen. Alle Typen der 16-Bit ... Leer más

    $16,810 CLP

  • JavaScript

    de Brian Evenson ...
    Start your journey towards becoming a JavaScript developer with the help of more than 100 fun exercises and projects.Key FeaturesWrite eloquent JavaScript and employ fundamental and advanced features to create your own web appsInteract with the browser with HTML and JavaScript, and add dynamic images, shapes, and text with HTML5 CanvasBuild a password checker, paint web app, hangman game, and many ... Leer más

    $1,981 CLP

  • Mastering Assembly Programming

    From instruction set to kernel module with Intel processor

    Incorporate the assembly language routines in your high level language applicationsKey FeaturesUnderstand the Assembly programming concepts and the benefits of examining the AL codes generated from high level languagesLearn to incorporate the assembly language routines in your high level language applicationsUnderstand how a CPU works when programming in high level languagesBook DescriptionThe ... Leer más

    $31,080 CLP o gratis con Kobo Plus

  • The Art of 64-Bit Assembly, Volume 2

    Machine-Level OOP, Exceptions, and Concurrency

    de Randall Hyde ...
    No magic. No shortcuts. No runtime to blame.You can ask an AI to explain how vtables work in x86. It will give you something that sounds right. What it won’t give you is what Windows actually expects the vtable to look like, why method dispatch behaves the way it does at the instruction level, or what breaks when you deviate from convention. This volume of The Art of 64-Bit Assembly closes the gap ... Leer más

    Antes $52,350 CLP Ahora $46,810 CLP

    PEDIDO ANTICIPADO

  • Computer Architecture with Python and ARM

    Learn how computers work, program your own, and explore assembly language on Raspberry Pi

    de Alan Clements ...
    Learn computer architecture with Python and ARM, simulating assembly program execution and designing a computer simulator Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesBuild a computer simulator with Python: Learn computer architecture by designing and constructing a simulatorPython for architecture: Use Python to simulate and execute assembly language instructionsARM ... Leer más

    $31,080 CLP o gratis con Kobo Plus

  • The Art of 64-Bit Assembly, Volume 1

    x86-64 Machine Organization and Programming

    de Randall Hyde ...
    A new assembly language programming book from a well-loved master. Art of 64-bit Assembly Language capitalizes on the long-lived success of Hyde's seminal The Art of Assembly Language.Randall Hyde's The Art of Assembly Language has been the go-to book for learning assembly language for decades. Hyde's latest work, Art of 64-bit Assembly Language is the 64-bit version of this popular text. This ... Leer más

    Antes $52,350 CLP Ahora $46,810 CLP

  • Making Games for the C-64

    8bitworkshop

    de Steven Hugg ...
    Series Libro 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 ... Leer más

    $8,529 CLP

  • ARM Assembly Language

    Fundamentals and Techniques

    ARM Assembly Language: Fundamentals and Techniques, Third Edition explains in clear terms how ARM processors are programmed at the most fundamental level. While earlier editions covered much older architectures, the Third Edition moves entirely into the Cortex-M space, using the Armv8-M instruction set to illustrate how assembly code for the most modern Arm processors is written. Even if you are ... Leer más

    Antes $102,251 CLP Ahora $91,429 CLP

  • Mastering ESP32 Wi-Fi features

    Microcontroller Programming Series

    de 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 ... Leer más

    $5,115 CLP o gratis con Kobo Plus

  • Formal Verification of Just-in-Time Compilation

    Series series ACM Books
    This book outlines a methodology to develop formally verified Just-in-Time compilers. Just-in-Time compilation is a technique to execute programs, where execution is interleaved with optimizations of the program itself. These compilers often produce fast executions, so much so that their use has grown greatly for dynamic programming languages. Most modern web browsers today use Just-in-Time ... Leer más

    Antes $44,955 CLP Ahora $40,197 CLP

  • Ultimate WebAssembly for High-Performance Apps

    Build Next-Generation High-Performance Web, Cloud, and Edge Applications with WebAssembly, WASI, Rust, C/C++, and JavaScript

    Unleash near-native performance for modern web and cloud applicationsKey Features● Build high-performance apps using WebAssembly across web, server, and edge.● Master Rust, C/C++, Node.js, and WASI for real-world Wasm workflows.● Deploy secure, scalable WebAssembly solutions for cloud, IoT, and AI systems.Book DescriptionWebAssembly is transforming how high-performance applications a... ... Leer más

    $24,082 CLP

  • Writing a C Compiler

    Build a Real Programming Language from Scratch

    de Nora Sandler ...
    A fun, hands-on guide to writing your own compiler for a real-world programming language.Compilers are at the heart of everything programmers do, yet even experienced developers find them intimidating. For those eager to truly grasp how compilers work, Writing a C Compiler dispels the mystery. This book guides you through a fun and engaging project where you’ll learn what it takes to compile a ... Leer más

    Antes $45,805 CLP Ahora $40,957 CLP

  • ARM Microprocessor Systems

    Cortex-M Architecture, Programming, and Interfacing

    This book presents the use of a microprocessor-based digital system in our daily life. Its bottom-up approach ensures that all the basic building blocks are covered before the development of a real-life system. The ultimate goal of the book is to equip students with all the fundamental building blocks as well as their integration, allowing them to implement the applications they have dreamed up ... Leer más

    $62,982 CLP

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

    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 ... Leer más

    $3,791 CLP

  • x86 Software Reverse-Engineering, Cracking, and Counter-Measures

    Series series Tech Today
    A crystal-clear and practical blueprint to software disassemblyx86 Software Reverse-Engineering, Cracking, and Counter-Measures is centered around the world of disassembling software. It will start with the basics of the x86 assembly language, and progress to how that knowledge empowers you to reverse-engineer and circumvent software protections. No knowledge of assembly, reverse engineering, or ... Leer más

    $46,085 CLP

  • Arduino Cookbook

    Ricette per iniziare espandere e migliorare i tuoi progetti

    Titolo: Arduino Cookbook: Ricette per Iniziare, Espandere e Migliorare i Tuoi Progetti, 3a edizione Autore: Massimiliano Versino Descrizione Scopri il potere dell'elettronica e della programmazione con Arduino Cookbook, una guida completa pensata per tutti coloro che desiderano entrare nel mondo dell'IoT e della prototipazione. Questa terza edizione è arricchita con nuove ricette, aggiornamenti e ... Leer más

    Antes $13,623 CLP Ahora $12,182 CLP

  • The Absolute Beginner's Guide to Binary, Hex, Bits, and Bytes! How to Master Your Computer's Love Language

    de Greg Perry ...
    If you truly want to know more about computers, you owe it to yourself to learn your computer's love language!Perhaps no other topic is ignored in the computer world today than the computer's real and internal language - that is the language of bits and bytes. With visual programming systems and advanced languages putting huge buffers between users, programmers, and the computer itself, all ... Leer más

    $2,553 CLP

  • Montagem Audiovisual: Reflexões e Experiências

    O presente livro é resultado das comunicações apresentadas no Seminário Temático do XXIV e XXV Encontros na Socine. O primeiro deles realizado remotamente aos auspícios da ESPM RJ (Escola Superior de Propaganga e Marketing) em 2021 e o segundo, presencial, na USP (Universidade de São Paulo) em 2022. A publicação reúne 14 artigos com os mais diversos temas e métodos de abordagem que demonstram a ... Leer más

    Gratis

  • 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 ... Leer más

    Antes $8,171 CLP Ahora $7,307 CLP

  • Python for Beginners

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

    de 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 ... Leer más

    Antes $11,351 CLP Ahora $10,150 CLP o gratis con Kobo Plus

  • The Art of ARM Assembly, Volume 1

    64-Bit ARM Machine Organization and Programming

    de Randall Hyde ...
    Modern Instructions for 64-Bit ARM CPUsBuilding on Randall Hyde’s iconic series, The Art of ARM Assembly delves into programming 64-bit ARM CPUs—the powerhouses behind iPhones, Macs, Chromebooks, servers, and embedded systems.Following a fast-paced introduction to the art of programming in assembly and the GNU Assembler (Gas) specifically, you’ll explore memory organization, data representation, ... Leer más

    Antes $58,894 CLP Ahora $52,661 CLP

  • The IDA Pro Book, 2nd Edition

    de Chris Eagle ...
    No source code? No problem. With IDA Pro, the interactive disassembler, you live in a source code-optional world. IDA can automatically analyze the millions of opcodes that make up an executable and present you with a disassembly. But at that point, your work is just beginning. With The IDA Pro Book, you'll learn how to turn that mountain of mnemonics into something you can actually use.Hailed by ... Leer más

    Antes $52,350 CLP Ahora $46,810 CLP

  • Write Great Code, Volume 1, 2nd Edition

    Understanding the Machine

    de 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 ... Leer más

    Antes $32,682 CLP Ahora $29,224 CLP