Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TFS
  • Order by date
  1. TFS

    run

    That is a pretty cool solution!
  2. TFS

    run

    I am not sure what it is you are trying to acomplish so this may not be of any help. You could save the assembly commands to a file and have that file accessed by a macro that is run from within an inline assembly block. If you do it that way all you have to change each time is the saved file...
  3. TFS

    run

    I am not sure I understand. You mean that you have some machine code generated from debug output that you now want to execute directly from another program?
  4. TFS

    String type as argument in function.

    Yes strcmp is your best option if you are passing pointers (a string is just an array after all). You must remember that if str1 and str2 are equal strcmp(str1,str2) will return zero. The reason for this is to allow for easier sorting. So if you are testing for true you have to use...

Part and Inventory Search

Back
Top