News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Assembly language programming books for non-x86 ISAs

Started by lucho, October 28, 2024, 07:57:55 PM

Previous topic - Next topic

lucho

Here are some useful assembly language programming books for multiple ISAs:

  • "Guide to RISC Processors for Programmers and Engineers" by Sivarama P. Dandamudi, ISBN 0387210172 (MIPS, SPARC, PowerPC, Itanium and ARM)
  • "Assembly language for beginners" (also known by alternate titles) by Dennis Yurichev, CC-BY-SA 4.0, (besides the x86, covers also ARM and MIPS)
  • "Write Great Code, Vol. 2 – Thinking Low-Level, Writing High-Level" by Randall Hyde, ISBN 1593270038 (besides the x86, covers also PowerPC)

There are also books covering only one ISA. If you're interested in a specific one, let me know and I'll list here some book(s) for it, too.