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

Back to Subject List

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


 
#26320 - RE: how to make a asm variable visiable to C
asm:

PUBLIC (momma)
PUBLIC (daddy)
momma ds 1
daddy ds 2


"C"
extern unsigned char data momma;
extern unsigned short data daddy;

This is the Keil way, your tool may need slightly different formats.

Erik

List of 6 messages in thread
TopicAuthorDate
how to make a asm variable visiable to C            01/01/70 00:00      
RE: how to make a asm variable visiable to C            01/01/70 00:00      
RE: how to make a asm variable visiable to C            01/01/70 00:00      
RE: how to make a asm variable visiable to C            01/01/70 00:00      
RE: how to make a asm variable visiable to C            01/01/70 00:00      
RE: how to make a asm variable visiable to C            01/01/70 00:00      

Back to Subject List