Thread: assembly in vc++

  1. #1
    kariem2k
    Guest

    assembly in vc++

    hello
    i know that i can write some assebly code in delphi but i don't know how to do this in vc++ so can you tell me how to do that
    thanks

  2. #2
    Unregistered
    Guest
    try _asm

  3. #3
    Unregistered
    Guest
    ahh sorry new to this board
    I meant
    __asm
    {
    ;asm code goes here
    }
    will give you inline assembly
    look up __asm in the help

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Learning Assembly
    By mrafcho001 in forum Tech Board
    Replies: 5
    Last Post: 03-12-2006, 05:00 PM
  2. C to assembly interface
    By Roaring_Tiger in forum C Programming
    Replies: 4
    Last Post: 02-04-2005, 03:51 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  5. C,C++,Perl,Java
    By brusli in forum C Programming
    Replies: 9
    Last Post: 12-31-2001, 03:35 AM