Results 1 to 10 of 599

Thread: SAPP

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Senior Member Patrickssj6's Avatar
    Join Date
    Oct 2006
    Location
    'schland
    Posts
    3,835

    Re: SAPP

    Oh now I fully understand what Korn meant: There is no way of creating a function prototype since the original function "changed" through optimizations to use registers. I did know that optimization is quite smart but not that smart xD

    Of course one could still inline those two assembly lines before calling the function, or am I missing something here again?

    e.g.

    _asm MOV EDX,0x7FF8
    _asm MOV EAX,output
    dwBuildPacket(..., ...)
    Last edited by Patrickssj6; September 22nd, 2011 at 05:23 PM.

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •