• 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...
  • How to call library object files from assembler
    I will distribute some useful subroutines written in 8051 assembler to be used by other parties who will call these subroutines within his/her assembler program. If I do not wish to distribute the...
  • How to call library object files from assembler
    I will distribute some useful subroutines written in 8051 assembler to be used by other parties who will call these subroutines within his/her assembler program. If I do not wish to distribute the...
  • Calling function from library without lcall.
    I have been programming in ASM some project, which, together with the source code will have to transfer to the customer. But this project contains some of the functions source code which I do not want...