Which books/resources to understand modern Assembler?

0
admin
Aug 24, 2024 03:55 PM 0 Answers Ask Question
Member Since Apr 2019
Subscribed Subscribe Not subscribe
Flag(0)

For understanding modern Assembler and working with LLVM and JIT, consider these resources:

1. "Programming from the Ground Up" by Jonathan Bartlett for foundational knowledge.
2. "x86 Assembly Language and C Fundamentals" by Joseph Cavanagh offers an in-depth look.
3. Online references like Felix Cloutier's x86 reference (www.felixcloutier.com/x86).
4. Interactive tools, such as jstrieb's ARM Assembly Tetris game (https://ofrak.com/tetris) for practical learning.

These will offer both theoretical knowledge and practical experience.

0 Subscribers
Submit Answer
Please login to submit answer.
0 Answers
Sort By:

Share: