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

Thread: Assembly and C

  1. #1
    Join Date
    Mar 2006
    Posts
    1

    Question Assembly and C

    I am new to the assembly world. I am trying to use assembly with C . how do i integrate assemmbly with C.
    How do i pass the parameter.
    How do i access the arrays passed to the assemlby part of the program.
    I am using İntel- base and NASM

  2. #2
    Join Date
    Oct 2005
    Location
    Bangalore
    Posts
    1,051

    Re: Assembly and C

    Here is a good link abt NASM
    NASM Links really helpful
    regards
    - Sreehari
    "Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us."
    " Everybody is sent to Earth on a purpose. I am so Lagging behind that i won't die." – Calvin

  3. #3
    Join Date
    May 2005
    Posts
    31

    Re: Assembly and C

    You should know Calling convention .
    Last edited by Jackyquah; March 29th, 2006 at 09:44 AM.

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