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?
have you added the Library to your project? have you defined the correct Public & External symbols?
Good reminder. After I studied the sample assembler source codes from Keil under the subdirectory C:\Keil\C51\EXAMPLE\ASM in my hard disk, I have solved the problem now. Thanks you guys.