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 16:58
Read: times


 
#26314 - how to make a asm variable visiable to C
Hi£¬maybe a very simple question:
i defined serval variables locate at
from 40H to 48H,these variables store
results of a certain function writen by
asm language,but i need a c function
get access to these variables,

the problem is here,how can i make them
visible to C£¿

i have one solution here:
define varibles like
"char data char1 _at_ 0x40;"
and so on to 48H,in C file,but
i don't know if it will work since these bytes are double defined.

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