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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/05/02 04:26
Read: times


 
#25313 - RE: How to select initial address using C51?
Well,
though I've never tried personally (cos I dont Use C to code my ยต-Controller), maybe the following statement would work...

int main()
{
asm ORG 2000h
-----
-----
other C code
-----
-----
}
which uses the in-line Assembly and gets assembled using the assembler.

Try out...

Regards,
Sriharsha.

List of 9 messages in thread
TopicAuthorDate
How to select initial address using C51?            01/01/70 00:00      
RE: How to select initial address using C51?            01/01/70 00:00      
RE: How to select initial address using            01/01/70 00:00      
RE: How to select initial address using C51?            01/01/70 00:00      
RE: How to select initial address using            01/01/70 00:00      
RE: How to select initial address using            01/01/70 00:00      
RE: How to select initial address using C51?            01/01/70 00:00      
RE: Franklin            01/01/70 00:00      
RE: Franklin            01/01/70 00:00      

Back to Subject List