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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/17/08 06:38
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#157525 - no guarantee this will fit your purpose...
Responding to: ???'s previous message
... nor that it is correct at all - I don't Keil...
xdata unsigned char ADspTab at 0x5000;
#define EndDspTab 16
unsigned char DspTabCount;
unsigned char * xdata DspTabPoint;

DspTabPoint = &ADspTab;
for (DspTabCount = 0; DspTabCount < EndDspTab; DspTabCount++) {
  if (*DspTabPoint == 0) break;
  DspTabPoint++;
  DspSelect();
}


JW

List of 10 messages in thread
TopicAuthorDate
Convert Assembly routine to C using Keil.            01/01/70 00:00      
   no guarantee this will fit your purpose...            01/01/70 00:00      
      Assembly to C and then back again            01/01/70 00:00      
      Double loop            01/01/70 00:00      
         yes, you are right            01/01/70 00:00      
      Target processor name.            01/01/70 00:00      
         Microprocessor name.            01/01/70 00:00      
            initializing global variable to zero            01/01/70 00:00      
               Are you sure you want it outside of the loop?            01/01/70 00:00      
   What is the target processor name.??            01/01/70 00:00      

Back to Subject List