Thread: InlineASM in DEVC++

  1. #1
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986

    Unhappy InlineASM in DEVC++

    I plan to download Dev-C++, but I have one quick question: Does it use inline assembly the same way as GCC, for example this:
    PHP Code:
       asm volatile ("inb %%dx,%%al":"=a" (ret):"d" (port)); 
    I would like to know before I start the download, and help would be most grand.

    ~ Paul

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Dev-C++ is an IDE, not a compiler.

    It does support gcc-based compiler's so you'll be ok.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DevC specivic... I think
    By QuestionC in forum Windows Programming
    Replies: 1
    Last Post: 01-09-2002, 04:04 PM