Thread: Whats the best C Ide to integrate with Assembler programs easily?

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    16

    Whats the best C Ide to integrate with Assembler programs easily?

    Whats the best C Ide to integrate with Assembler programs easily?

    All in One Ide.

  2. #2
    ---
    Join Date
    May 2004
    Posts
    1,379
    Inline assembly can be used in a lot of different compilers but there is nothing in the standard. gcc uses at&t syntax while others like Borland and VC use Intel style syntax, but they all use different assemblers.

    What compiler are you using?

  3. #3
    Registered User
    Join Date
    Apr 2005
    Posts
    8
    Have a look at this site
    There is a book and code for the examples(for different compiliers)
    It should help
    http://www.drpaulcarter.com/pcasm/

    Qoute..
    same answer different question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. Can I easily write multi-core programs in C?
    By advancedk in forum C Programming
    Replies: 2
    Last Post: 08-13-2008, 05:22 PM
  3. POSIX/DOS programs?
    By nickname_changed in forum C++ Programming
    Replies: 1
    Last Post: 02-28-2003, 05:42 AM