• _nop_()
    Hi, I have just taken a project already started on the ST10F168. My problem is to understand when I am obliged to use the _nop_() function. Because in my project, it's using in abundance...Is it really...
  • _nop_()
    Hi, Just a question about _nop_() ! I work on ST10F168 at 24MHz. How can i know what's the delay of _nop_() function ??? Thanks in advance Regards
  • Adding NOP at 0000h, revisited.
    I read the following document to add a NOP before the LJMP at address 0000h. ( http://www.keil.com/support/docs/1622.htm , Size 5,096 bytes, Jun 20, 2000) But, I'm still not clear on how to do it. I followed...
  • Assembly routines producing NOP's
    I'm new to the Keil compiler and am having problems with assembly subroutines. The program compiles and links just fine but when I download the debug file to my Metalink emulator the assembly subroutines...
  • What's the C equivalent of NOP
    I will replace the assembler instruction "nop" by a C instruction. How do I made ?