Results 1 to 11 of 11

Thread: Good ASM Tutorial {Not a Question}

  1. #1

    Thread Starter
    Lively Member morrowasted's Avatar
    Join Date
    Aug 2003
    Location
    Houston, TX
    Posts
    118

    Good ASM Tutorial {Not a Question}

    I have a seen quite a few threads saying" I am a newb to ASM and I want to learn it where do I start?"

    Well, I found just the tutorial for you.

    It can be found here:

    http://blacksun.box.sk/tutorials.php/id/84

    It also provides links Assembler downloads for A86 and TASM.

    -morrowasted

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    This teaches 16-bit DOS assembly.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    New Member
    Join Date
    Dec 2003
    Posts
    12
    32 bit assembly tutorials:

    http://www.drpaulcarter.com/pcasm/
    Uses nasm

    http://webster.cs.ucr.edu/AoA.html
    uses HLA

    http://betov.free.fr/helpFiles.html
    B_U_Asm, uses RosAsm
    silk.odyssey

  4. #4

    Thread Starter
    Lively Member morrowasted's Avatar
    Join Date
    Aug 2003
    Location
    Houston, TX
    Posts
    118
    Originally posted by CornedBee
    This teaches 16-bit DOS assembly.
    is that bad?

    -morrowasted

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    It's kinda useless, unless you want to write a bootstrap.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  6. #6
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994
    Originally posted by CornedBee
    It's kinda useless, unless you want to write a bootstrap.
    i dooooo
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  7. #7
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    And even in a bootstrap, one of your first tasks should be to switch to 32 bit fast as you can.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  8. #8
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    I know that the DOS interrupts would be kinda useless if you do 32-bit, but does it really matter if all you are doing is trying to learn the instruction set?
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

  9. #9
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Depends on how you see it. MASM won't properly assemble it for example, neither does any other 32-bit assembler, which are far easier to work with because you don't have to care about segments and such.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  10. #10
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246
    Originally posted by morrowasted
    is that bad?

    Do you even know what Assembly is? It sounds to me like you thought you could post a link to a tutorial you know nothing about to make yourself look 'l33t' (used that because you wrote newb).


    CornedBee: I've been experimenting with writing Operating Systems that are bootable from floppy disk, using TASM. Pros/Cons of doing so? (in TASM)...


    Phreak

    Visual Studio 6, Visual Studio.NET 2005, MASM

  11. #11
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    Originally posted by «°°phReAk°°»
    Do you even know what Assembly is? It sounds to me like you thought you could post a link to a tutorial you know nothing about to make yourself look 'l33t' (used that because you wrote newb).
    That's a little harsh...

    Some poeple started learning 16-bit assembler and they did not get the chance to move into 32-bit assembler. It does not mean that they do not know how to use assembler.
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width