6

Are there any good Itanium assembly language tutorials?

starblue
  • 55,348
  • 14
  • 97
  • 151

2 Answers2

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