I'm starting to learn Assembly, and I'm focused on computer architecture.
(Due to the fact that I'm curious and want to learn more about the internal workings of computers and what is happening in the world of assembly :))
I am following the book: Build Language Step by Step: Programming with Linux by Jeff Dantmann (3rd Edition)
But after a brief flipping through the book. It shows that it heavily uses the insight debugger, which now seems non-existent for any recently released version of Linux.
In any case, to make the Insight debugger work (correctly) on new Linux systems, and in this case, how?
source share