Search:

Type: Posts; User: VirtualAce

Search: Search took 0.08 seconds.

  1. Replies
    17
    Views
    15,594

    No problem. :) Glad you got it working.

    No problem. :)

    Glad you got it working.
  2. Replies
    17
    Views
    15,594

    Well for future reference post the code that is...

    Well for future reference post the code that is the trouble because what you posted and what you explained were two very different things.

    Glad you got it fixed though.
  3. Replies
    17
    Views
    15,594

    High probably extracts the high order bits from a...

    High probably extracts the high order bits from a WORD or DWORD and is probably pre-defined in your inline assembler. Look at the keywords that have been used in your inline assembler and you can...
  4. Replies
    17
    Views
    15,594

    I'm lost because val in your examples is not part...

    I'm lost because val in your examples is not part of a function argument.




    ...
    mov eax,val1
    push eax
    mov eax,val2
    push eax
  5. Replies
    17
    Views
    15,594

    Any references to local variables should be...

    Any references to local variables should be placed in brackets.

    And yes avoid single line inline assembly statements using __asm.


    Here is a sample:



    void Copy32(DWORD *Source,DWORD...
Results 1 to 5 of 5