Doubly Linked List In Assembly Language

Discussion in 'Programming' started by faheem334, Apr 17, 2013.

  1. #1
    Can someone help me in creating my assignment which is in assembly language (.asm), I have to submit it my monday and really dont know how to do it.
    Thanks and waiting.
     
    faheem334, Apr 17, 2013 IP
  2. rypher21

    rypher21 Active Member

    Messages:
    914
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Can I see your assignment? I'm just curious. Is there really Doubly Linked Lists in Assembly? :/
     
    rypher21, Apr 23, 2013 IP
  3. chatvana

    chatvana Greenhorn

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    well, you could always write a program in C (or download one of the gazillion ones out there) and do a disassemble with gdb.
    Or start from scratch and understand that pointers are just memory locations.
    /jay
     
    chatvana, Apr 29, 2013 IP