Re: I'd like to learn asm...



A. Ecoffet wrote:
Hello all,
Well my problem is simple : how to learn asm ?
I'd like a good tutorial or book for Nasm (because of the
portability...).
Does someone have that ?

PS : the tutorial/book can be in english or in french...

The only book I know of that uses NASM is "Assembly Language:
Step-by-Step". Tutorials for NASM, good ones at least, are few and far
between. http://www.drpaulcarter.com/pcasm/ is a good one, but it
relies heavily on the C library for I/O. That's not a bad thing,
especially if you like portability, but it might not be your cup of
tea.

I would recommend not restricting yourself just to NASM. There are far
more tutorials/books written for MASM or TASM, and aside from minor
syntactical details, the concepts are identical.

.



Relevant Pages

  • Id like to learn asm...
    ... how to learn asm? ... I'd like a good tutorial or book for Nasm (because of the ... the tutorial/book can be in english or in french... ...
    (alt.lang.asm)
  • Re: cygwin/nasm woes
    ... loops with asm equivalents. ... used it enough to determine that Nasm "did too" run on it. ... confused about what Cygwin "is". ... I know so little about windows I don't even know what I PE executable is. ...
    (alt.lang.asm)
  • Re: Mac OS X / FreeBSD ASM Resources
    ... The URL for Nasm in the FreeBSD handbook is out-of-date. ... I'll definately check out the ASM website at Sourceforge and the HLA stuff. ... I guess I can study the output of HLA code and see what is what as well as using online sites. ...
    (comp.lang.asm.x86)
  • asm+C I am doing a bad thing?
    ... got a problem with the use of C combined to asm. ... I use nasm + gcc. ... Rathaxes core developper ...
    (comp.lang.asm.x86)
  • Re: Managing the JIT
    ... ASM from files, ... ... my assembler uses a textual interface (with a NASM / YASM style ... the ability to load ASM from files. ... one can emit code which will also work in a generic assembler, such as NASM ...
    (comp.compilers)