Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0xdea/ao64a
- Owner: 0xdea
- License: mit
- Created: 2022-05-01T14:10:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T15:47:58.000Z (10 months ago)
- Last Synced: 2024-01-04T16:48:59.455Z (10 months ago)
- Topics: asm, macos, nasm, x86-64
- Language: Assembly
- Homepage: https://artofasm.randallhyde.com
- Size: 160 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 LanguageNASM macOS translation of the source code listings distributed with the Art of 64-bit Assembly Language book.
See also: https://artofasm.randallhyde.com/