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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/29/03 17:16
Read: times


 
#46939 - RE: C routine for change BCD to DEC & ...
Responding to: ???'s previous message
dont know the 'c' compilers for 8051 but standard 'C' on PC running on dos supports calling ASM routines within C programs. provided ASM routines are using C calling convention.

1. caller will push the arguments from right to left.

2. called routine should clean the stack up on return.

3. have to look at details for local varibles, what i donno in 51 case.



abhishek











List of 8 messages in thread
TopicAuthorDate
C routine for change BCD to DEC & ...            01/01/70 00:00      
   RE: C routine for change BCD to DEC & ...            01/01/70 00:00      
   RE: C routine for change BCD to DEC & ...            01/01/70 00:00      
      RE: C routine for change BCD to DEC & ...            01/01/70 00:00      
         RE: C routine for change BCD to DEC & ...            01/01/70 00:00      
            RE: C routine for change BCD to DEC & ...            01/01/70 00:00      
            RE: C routine for change BCD to DEC & ...            01/01/70 00:00      
               RE: C routine for change BCD to DEC & ...            01/01/70 00:00      

Back to Subject List