• How to use C + ASM meny parameter
    I have a problem. C function call from assembler. Then C function meny parameter. How to use assembler code? sorry .
  • How to use C + ASM meny parameter
    I have a problem. C function call from assembler. Then C function meny parameter. How to use assembler code? sorry .
  • I have a problem. How to extrn asm in C inline asm.
    I want to extrn a function in asm in C. example: _asm { extrn test:near call test } like the example: but I have a exception like that: inline syntax error in 'opcode'; found 'test'
  • I have a problem. How to extrn asm in C inline asm.
    I want to extrn a function in asm in C. example: _asm { extrn test:near call test } like the example: but I have a exception like that: inline syntax error in 'opcode'; found 'test'
  • defining an asm block with parameters
    After being "spoiled" by the power of macros and defines in asm, I was let down by the new inline __asm keyword. Want I need is a way to insert predefined blocks of assembly in the C code without having...