Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/17/02 14:20
Read: times


 
#25937 - RE: Multiplication using C51
Where can I find the source code for ?C_IMUL
Most (all?) C compilers use calls to proprietary functions to handle things not easily accomplished by the available instruction set. Since the function is proprietary, you will not find the source code. If you REALLY need to know, set a breakpoint in your emulator/simulator, step into the function and have a look at the assembler.

Have fun,

Erik

List of 8 messages in thread
TopicAuthorDate
Multiplication using C51            01/01/70 00:00      
RE: Multiplication using C51            01/01/70 00:00      
RE: Multiplication using C51            01/01/70 00:00      
RE: Multiplication using C51            01/01/70 00:00      
RE: Multiplication using C51            01/01/70 00:00      
franklin/keil            01/01/70 00:00      
RE: franklin/keil            01/01/70 00:00      
RE: franklin/keil            01/01/70 00:00      

Back to Subject List