Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xdea/ao64a

NASM macOS translation of the source code listings distributed with the Art of 64-bit Assembly Language book.
https://github.com/0xdea/ao64a

asm macos nasm x86-64

Last synced: 14 days ago
JSON representation

NASM macOS translation of the source code listings distributed with the Art of 64-bit Assembly Language book.

Awesome Lists containing this project

README

        

# Ao64A
[![](https://img.shields.io/github/stars/0xdea/Ao64A.svg?style=flat&color=yellow)](https://github.com/0xdea/Ao64A)
[![](https://img.shields.io/github/forks/0xdea/Ao64A.svg?style=flat&color=green)](https://github.com/0xdea/Ao64A)
[![](https://img.shields.io/github/watchers/0xdea/Ao64A.svg?style=flat&color=red)](https://github.com/0xdea/Ao64A)
[![](https://img.shields.io/badge/twitter-%400xdea-blue.svg)](https://twitter.com/0xdea)
[![](https://img.shields.io/badge/mastodon-%40raptor-purple.svg)](https://infosec.exchange/@raptor)

> The Art of 64-bit Assembly Language (Ao64A) is a modern update to Randall Hyde’s classic “The Art of Assembly Language” (https://nostarch.com/assembly2.htm). This all-new text features the 64-bit Intel/AMD x86-64 architecture and teaches assembly language programming using the Microsoft MASM assembler under Windows. Topics include basic assembly language programming and machine organization, integer arithmetic, floating-point arithmetic, SIMD (SSE/AVX) programming, strings, and bit manipulation. An extremely comprehensive book for those wishing to learn x86-64 assembly language programming.
>
> -- Randall Hyde, The Art of 64-bit Assembly Language

NASM macOS translation of the source code listings distributed with the Art of 64-bit Assembly Language book.

See also: https://artofasm.randallhyde.com/