• How to know parameter list of an assembly function
    I have a .a51 file in my project which has one public function. I dont know about the parameters of this function. How to know the parameter list of an assembly function. Thanks,
  • Can a function know whether it executes on interrupt context or not?
    Hello, I am busy writing an RTOS with a preemptive scheduler. I have written a mutex which works fine, but, of course, I cannot use that mutex (a one that loops until the lock is released by another...
  • How to know lib function code size
    Hi, After compiling my project, following library functions are listed in the m51 file. C:\KEIL\C51\LIB\C51L.LIB (?C_INIT) C:\KEIL\C51\LIB\C51L.LIB (?C?COPY) C:\KEIL\C51\LIB\C51L.LIB (?C?CLDPTR...