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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/15/07 01:17
Read: times


 
#143294 - the Nops
Responding to: ???'s previous message
If it is Keil

the code:

_asm
nop // 1 us
nop // 1 us
nop // 1 us
nop // 1 us
nop // 1 us
_endasm;


can be replaced with:

_nop_ (); // 1 us
_nop_ (); // 1 us
_nop_ (); // 1 us
_nop_ (); // 1 us
_nop_ (); // 1 us


or


#pragma asm
nop ; 1 us
nop ; 1 us
nop ; 1 us
nop ; 1 us
nop ; 1 us
#pragma end







List of 17 messages in thread
TopicAuthorDate
Programming in C#            01/01/70 00:00      
   looks like C to me            01/01/70 00:00      
      Me too!            01/01/70 00:00      
         Thanks!            01/01/70 00:00      
            Back to basics!            01/01/70 00:00      
               project!            01/01/70 00:00      
                  Have you discussed this with your supervisor(s)?            01/01/70 00:00      
                     Problem!            01/01/70 00:00      
                        no problem            01/01/70 00:00      
                           know problem            01/01/70 00:00      
                              correct            01/01/70 00:00      
            re: thanks            01/01/70 00:00      
   Read what the message tells you!            01/01/70 00:00      
   not Keil C            01/01/70 00:00      
      the Nops            01/01/70 00:00      
   Gee .. I thought that was for BIG prorgams.            01/01/70 00:00      
      Gee.that is a big problem but im not at that level            01/01/70 00:00      

Back to Subject List