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: about 1 year 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T15:47:58.000Z (over 2 years ago)
- Last Synced: 2025-03-20T13:13:37.833Z (about 1 year ago)
- Topics: asm, macos, nasm, x86-64
- Language: Assembly
- Homepage: https://artofasm.randallhyde.com
- Size: 160 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ao64A
[](https://github.com/0xdea/Ao64A)
[](https://github.com/0xdea/Ao64A)
[](https://github.com/0xdea/Ao64A)
[](https://twitter.com/0xdea)
[](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/