Results 1 to 14 of 14

Thread: New 2 Assembly.. plz help...

  1. #1

    Thread Starter
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 2003
    Location
    I Lost somewhere !!
    Posts
    198

    New 2 Assembly.. plz help...

    Hi...
    I'm new 2 Assembly. I want 2 know where i've to write the code of assembly ? means which software is use to make programms in Assembly. And which is the best one ? How can i run programme after i wrote the code...? plz mention in detail..... thnx

    ßädbö¥ Rü£z

    ICQ # : 204178672
    AOL SN : Badboy9jan
    badboy9jan<img src="images/smilies/s...g" />gmail.com

  2. #2
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    DEBUG or NASM. You write the code in a file and put it through a assembler.

    Do a search on assemblers or NASM on this thread. You will find lots of good stuff.
    "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.

  3. #3

    Thread Starter
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 2003
    Location
    I Lost somewhere !!
    Posts
    198
    can u help me with some basic examples ? means how to define wariable, inputing some text and some other basic things....
    ans 1 more thing... whith compiler is there any other thing i need ? like linker..?
    Thnx

    ßädbö¥ Rü£z

    ICQ # : 204178672
    AOL SN : Badboy9jan
    badboy9jan<img src="images/smilies/s...g" />gmail.com

  4. #4
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    An example of a program written in assembly using NASM.
    Attached Files Attached Files
    "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.

  5. #5

    Thread Starter
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 2003
    Location
    I Lost somewhere !!
    Posts
    198
    Thnx Darkwraith..... u r the first who helped me... thnx very much...

    i'm having the Nasm 0.98 and Ndisasm. what is the use of Nasm-ID ?

    can u provide me some more examples ? and plz give me full comments becoz i don't know anything about it. plz give me explanation about some syntaxes.... tell me about address, move, imul, int, cmp and any other essential basic things.....

    thnx 1ce again....

    Thnak u very much...

    ßädbö¥ Rü£z

    ICQ # : 204178672
    AOL SN : Badboy9jan
    badboy9jan<img src="images/smilies/s...g" />gmail.com

  6. #6
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    There are tutorials in the FAQ, so stop posting the same topic twice.

    Also I would appreciate it if you tried to formulate your posts in proper English, it would make them easier to read.
    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.

  7. #7
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    ..so stop posting the same topic twice.
    I think its a little more than twice...
    "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.

  8. #8

    Thread Starter
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 2003
    Location
    I Lost somewhere !!
    Posts
    198
    I've some questions....

    1. how can i define memory address ?

    2. which basic things i've to keep in mind before defining the memory address ?

    3. what is the offset & segments ?

    4. if there is 'Louis' in memory then how can i find the address of that word in memory ?
    Last edited by ßädbö¥; Aug 7th, 2003 at 03:21 AM.

    ßädbö¥ Rü£z

    ICQ # : 204178672
    AOL SN : Badboy9jan
    badboy9jan<img src="images/smilies/s...g" />gmail.com

  9. #9
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    1) The addresses are there. You cannot define them. I think you misphrased your question, but I have no idea what you want.

    2) See 1)

    3) See any Assembly tutorial, they explain all about the weirdness of the 20-bit 80286.

    4) In theory you could search the whole memory. In praxis, you only search very small areas like strings. Why would you want to find anything in memory?
    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
    Lively Member
    Join Date
    Apr 2003
    Location
    Georgetown, Texas
    Posts
    114
    BadBoy, and any who are floundering in trying to learn Assembly language. I strongly recommend the book, "PC Magazine: DOS Power Tools, by Paul Sommerson. I tried Google, and found only one location where the book is advertised as available. The price asked is only $15 or so. The web address is:

    http://www.epwbooks.com/search.php?q...&Submit=Search

    I know, the word DOS is going to draw some criticism. But, this book has many pages dedicated to the Debug program, with many examples of code and explanations. Just the thing for a true, 100% beginner, I think.

    Would appreciate any constructive comments.
    Last edited by RAEsquivelC; Oct 22nd, 2003 at 06:44 PM.

  11. #11
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    I recommend The Art of Assembly Language (I think I have the title right) by No Starch Press, but I have not had the chance to read it.
    "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.

  12. #12
    Lively Member
    Join Date
    Apr 2003
    Location
    Georgetown, Texas
    Posts
    114

    The Art of Assembly Language

    Darkwraith, I found the book you recommend, "The Art of Assembly Language", by Randall Hyde, at this address:

    http://www.nextag.com/All~The+Art+of...Beczmainz5-htm

    It was about item # 23 or so in the result of doing a search for "Assembly", and it was priced at $25.
    Last edited by RAEsquivelC; Oct 23rd, 2003 at 02:33 PM.

  13. #13
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Isn't the online version the same? See the tutorials sticky thread, it's mentioned twice, only one link works.
    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.

  14. #14
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    I know I posted the link in this forum a couple of times.
    "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