Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: Assembly

Tag Archives: Assembly

MIPS Assembly Language Programmers Guide

Read and download free Book intituled MIPS Assembly Language Programmers Guide in format PDF written by Riccardo Solmi.

Read More »

ARM Assembly Language Programming

This book gives computer science professionals and students an edge, regardless of their preferred coding language. For those with some basic background in digital logic and high-level programming, the book examines code relevant to hardware and peri

Read More »

Beginners Introduction to the Assembly Language of ATMEL-AVR-Microprocessors

This book features a step-by-step approach in covering Assembly language programming of Atmel AVR microcontrollers. It offers a systematic approach in programming and interfacing of the Atmel AVR with LCD, keyboard, ADC, DAC, Sensors, Serial Ports, T

Read More »

Programmed Introduction to MIPS Assembly Language

This updated textbook introduces readers to assembly and its evolving role in computer programming and design. The author concentrates the revised edition on protected-mode Pentium programming, MIPS assembly language programming, and use of the NASM

Read More »

MIPS Assembly Language Programming Using QtSpim

The purpose of this text is to provide a simple and free reference for university level programming and architecture units that include a brief section covering MIPS assembly language. The text uses the QtSpim simulator. An appendix covers the downlo

Read More »

Assembly Language Succinctly

Assembly language is as close to writing machine code as you can get without writing in pure hexadecimal. Since it is such a low-level language, it's not practical in all cases, but should definitely be considered when you're looking to maximize perf

Read More »

The Art of Assembly Language

This book presents assembly language from the high-level programmer's point of view, so you can start writing meaningful programs within days. The High Level Assembler (HLA) that accompanies the book is the first assembler that allows you to write po

Read More »

BIOS Disassembly Ninjutsu Uncovered

Explaining security vulnerabilities, possible exploitation scenarios, and prevention in a systematic manner, this guide to BIOS exploitation describes the reverse-engineering techniques used to gather information from BIOS and expansion ROMs. SMBIOS/

Read More »

Introduction To MIPS Assembly Language Programming

This book was written to introduce students to assembly language programming in MIPS. As with all assembly language programming texts, it covers basic operators and instructions, subprogram calling, loading and storing memory, program control, and th

Read More »

x86 Disassembly: Exploring the Relationship between C, x86 Assembly, and Machine Code

What Is This Book About? This book is about the disassembly of x86 machine code into human-readable assembly, and the decompilation of x86 assembly code into human-readable C or C++ source code. Some topics covered will be common to all computer arch

Read More »