Are there any good Itanium assembly language tutorials?
Asked
Active
Viewed 1,214 times
2 Answers
4
Maybe suprising, but I recommend IA-64 Linux Kernel: Design and Implementation
Even though technically is not an Itanium assembly book, it covers that quite well, and explains the details of IA-64 operations, like its memory model, interupts etc etc.

Remus Rusanu
- 288,378
- 40
- 442
- 569
2
While not at all comprehensive, a nice little resource you should look at (especially if you're looking at doing anything with ia64 on Windows) is the help file for the Debugging Tools for Windows - it has a few pages on ia64 basics in the "Processor Architecture" chapter. Like I said it's not at all comprehensive, but it's a nice little intro.

Michael Burr
- 333,147
- 50
- 533
- 760