CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Dec 2010
    Posts
    907

    Assembly code with tons of segments

    My program does compile but does not link. ~100 segments
    Do I separate each segment into modules?
    Or the linker virtually doesn't allow that many?

    Question 2:
    if this program is a driver, And I downloaded winasm515 as a debugger IDE, I wonder if my app calls this driver, would the debugger automatically switch to the driver when necessary? I still don't have the program linked, so I am not sure.
    Thanks
    Jack
    Last edited by lucky6969b; August 25th, 2011 at 07:36 PM.

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

Featured