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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/15/03 23:22
Read: times


 
#43512 - RE: Keil: bit *and* char params C to Asm?
Responding to: ???'s previous message
There are 2 approaches:

The Pragmatic Approach
1. write a skeleton in 'C'

2. get the Compiler to generate the assembler source for the skeleton

3. fill-in the body of the function with your hand-crafted assembler.

The Academic Approach
Read the Manual.
The C51 Calling Convention is described in the section, "Interfacing 'C' Programs to Assembler"

List of 3 messages in thread
TopicAuthorDate
Keil: bit *and* char params C to Asm?            01/01/70 00:00      
   RE: Keil: bit *and* char params C to Asm?            01/01/70 00:00      
   RE: Keil: bit *and* char params C to Asm?            01/01/70 00:00      

Back to Subject List