Skip to main content

Carrinho

Você está recebendo o tratamento VIP!

Item(ns) indisponível(is) para compra
Verifique seu carrinho. Você pode remover os itens indisponíveis agora ou os removeremos na finalização de compra.
itensitem
itensitem

Recomendados para você

Loading...

eBooks sobre Linguagem de montagem

Se você gosta de eBooks sobre Linguagem de montagem, certamente vai adorar estas sugestões.
Mostrando 1 - 24 de 62 resultados
Skip side bar filters
  • Android Development For Intermediate To Advanced Programmers: Tutorial Guide : Android Programming Guide Made Easy Series

    de 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 ... Leia mais

    R$ 16,99

  • HTML5 and CSS3 All-in-One For Dummies

    de Andy Harris ...
    A new edition of a bestseller covers the latest advances in web development!HTML5 and CSS3 are essential tools for creating dynamic websites and boast updates and enhanced features that can make your websites even more effective and unique. This friendly, all-in-one guide covers everything you need to know about each of these technologies and their latest versions so that you can use them together ... Leia mais

    R$ 148,90

  • 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 ... Leia mais

    R$ 137,79

  • 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 ... Leia mais

    R$ 169,19

  • Microprocessor Technology

    de 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 ... Leia mais

    R$ 357,27

  • 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 ... Leia mais

    R$ 16,99

  • 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 ... Leia mais

    R$ 213,10

  • 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, ... Leia mais

    R$ 131,90

  • 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 ... Leia mais

    R$ 18,99

  • 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. ... Leia mais

    R$ 205,19

  • WebAssembly

    Imparare a scrivere e compilare applicazioni web con prestazioni elevate

    WebAssembly (Wasm o semplicemente WA) è uno standard web del W3C che permette di creare applicazioni con prestazioni e velocità incredibili. Per raggiungere questo risultato utilizza un formato binario ottenuto dalla compilazione di un formato testuale. Il codice binario può essere così eseguito quasi alla stessa velocità del codice in linguaggio macchina. WebAssembly può essere integrato con ... Leia mais

    R$ 195,25

  • 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 a... ... Leia mais

    R$ 129,21

  • Handbuch PIC24/dsPIC-Mikrocontroller

    Praxisbeispiele zur Anwendung der Module und Befehle

    Séries 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 ... Leia mais

    R$ 107,90

  • 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 ... Leia mais

    De R$ 17,99 Por R$ 11,99

  • 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 ... Leia mais

    R$ 238,59

    Pré-venda

  • 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 ... Leia mais

    R$ 148,99

  • Raspberry Pi Operating System Assembly Language

    Fourth Edition

    de Bruce Smith ...
    Séries 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 ... Leia mais

    R$ 31,99

  • ESP32 Arduino Programming Handbook

    Microcontroller Programming Series

    de Sarful Hassan ...
    Séries 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 ... Leia mais

    R$ 25,99

  • Microcontroller Programming

    An Introduction

    de 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 ... Leia mais

    R$ 983,94

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

    de 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 ... Leia mais

    R$ 11,99

  • 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 ... Leia mais

    R$ 197,59

  • Heavy Wizardry 101

    Shellcodes, Backdoors, Droppers, and Worms

    Your spellbook for code close to the metal.In hacker circles, heavy wizardry means code that trades on intimate knowledge of a system—the kind that speaks its private dialects and bends its rules. Heavy Wizardry 101 teaches you to write it. You’ll build shellcode, backdoors, droppers, and worms from scratch, working at the instruction level where magic happens.Every project is implemented for four ... Leia mais

    R$ 178,99

  • Formal Verification of Just-in-Time Compilation

    Séries 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 ... Leia mais

    R$ 204,89

  • 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 ... Leia mais

    R$ 321,02