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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/25/04 11:21
Read: times


 
#69151 - RE: how to access DPTR using Ride c
Responding to: ???'s previous message
First off I suggest that you stop trying. You are supposed to write in C when you choose to use a C compiler. In such environment the compiler is left to decide as the best usage of the machine CPU resources.

If you need to access the CPU hardware in a way that is suitable for assembly language usage then write in assembly language!!!

With any C compiler it is possible to call an assembly language routine. So if you have some time critical code that must be written in assembler go ahead and make it this way and then call it from the C code.

Read the manual for your C compiler. Any decent commercial compiler will describe assembly language interfacing in the manual.

Michael Karas


List of 22 messages in thread
TopicAuthorDate
how to access DPTR using Ride c            01/01/70 00:00      
   RE: how to access DPTR using Ride c            01/01/70 00:00      
      DO NOT access DPTR using C !            01/01/70 00:00      
   RE: how to access DPTR using Ride c            01/01/70 00:00      
      RTFM!            01/01/70 00:00      
   RE: how to access DPTR using Ride c            01/01/70 00:00      
      RE: Hack!?            01/01/70 00:00      
         RE: Hack!?            01/01/70 00:00      
            RE: Hack!?            01/01/70 00:00      
               Just ignore me - Im talking rubbish!            01/01/70 00:00      
                  Hello ALL THANK YOU            01/01/70 00:00      
         RE: Hack!?            01/01/70 00:00      
            RE: Oops, many people - many suggestions            01/01/70 00:00      
            RE: Hack!?Oleg            01/01/70 00:00      
               RE: Hack!?Oleg            01/01/70 00:00      
                  RE: THE LESSON OF IT ALL!!!!!!!!            01/01/70 00:00      
                     RE: THE LESSON OF IT ALL!!!!!!!!            01/01/70 00:00      
                     RE: THE LESSON OF IT ALL!!!!!!!!            01/01/70 00:00      
                        RE: Atmel - Why??!!            01/01/70 00:00      
   THANK YOU ALL            01/01/70 00:00      
      RE: THANK YOU ALL            01/01/70 00:00      
         RE: THANK YOU ALL            01/01/70 00:00      

Back to Subject List