• Call C function (that calls another C function) from assembly code
    Hi all, I want to call a C function (for example: func1() ) from my old assembly code. The problem is that if func1() calls another C function( func2() ), what will happen? How does the compiler pass...
  • Call C function (that calls another C function) from assembly code
    Hi all, I want to call a C function (for example: func1() ) from my old assembly code. The problem is that if func1() calls another C function( func2() ), what will happen? How does the compiler pass...
  • Calling assembly from c
    Hello, I have a problem with calling assembly from c. typedef unsigned char digit; // apn is a pointer to array of digits. Functions: add(apn number1,apn number2,apn result) subtract...
  • Calling assembly from c
    Hello, I have a problem with calling assembly from c. typedef unsigned char digit; // apn is a pointer to array of digits. Functions: add(apn number1,apn number2,apn result) subtract...
  • Calling assembly from c
    Hello, I have a problem with calling assembly from c. typedef unsigned char digit; // apn is a pointer to array of digits. Functions: add(apn number1,apn number2,apn result) subtract...