Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best resource for learning (N)ASM? [closed]

Tags:

assembly

nasm

I've been wanting to learn assembly for a while now, and although I've tried a few times before, I haven't really been able to get past "Hello, world". Are there any good introductory tutorials to assembly (preferably using NASM, as I use Windows and Linux)?

I do have a bit of C knowledge, but mainly code in higher-level languages such as Ruby, Python, C# and JavaScript.

like image 355
Lucas Jones Avatar asked Jan 07 '09 19:01

Lucas Jones


1 Answers

Here's an interesting page from a former teacher. http://drpaulcarter.com/pcasm/

I haven't read through his online book, though.

like image 164
Bill Avatar answered Oct 06 '22 19:10

Bill