This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 subroutines in assembler source code but in object code format within a library file instead. Is it possible for the other parties to call these object codes from his/her assembler program? If positive, how to make such call in the program?