Author Topic: Searching for more practical resources to learn assembly  (Read 10163 times)

Offline ahmedpy

  • Jr. Member
  • *
  • Posts: 2
  • Country: eg
Searching for more practical resources to learn assembly
« on: October 14, 2017, 06:37:22 PM »
I’m  almost finished Jeff Duntemann’s book “assembly language step by step” and i learned alot about memory addersing , flags and instructions but there is a lacke of code examples , the book focuss heavely on the theory more than actual code , the writer suggestes in many situation to learn c and generate the assembly code and learn from it , i dont know c but i will learn it for sure , so what is your resources and advices to an assembler beginner
thanks

Offline stressful

  • Full Member
  • **
  • Posts: 105
  • Country: 00
    • CPU2.0
Re: Searching for more practical resources to learn assembly
« Reply #1 on: October 15, 2017, 11:24:50 AM »
Hi Ahmedpy, you can use my BASELIB to learn assembly language. For a start, just download "core.zip" and "binary.zip". It offers various routines designed exactly for ASM beginners.

Have fun and welcome to NASM forum.


Offline ahmedpy

  • Jr. Member
  • *
  • Posts: 2
  • Country: eg
Re: Searching for more practical resources to learn assembly
« Reply #2 on: October 16, 2017, 06:16:06 PM »
thank you stressful ; i will check it out :D

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Searching for more practical resources to learn assembly
« Reply #3 on: October 17, 2017, 04:24:33 AM »
There's a tutorial here that covers 64 bit Linux, if that interests you...

http://cs.lmu.edu/~ray/notes/nasmtutorial/

We have some examples here in the "Examples" section, but not very well organized... The NASMX package has some examples, too.

Best,
Frank