• locating a piece of code
    Hi all, i am using keil uvision3 with ulink.(mcb2100) can i locate a piece of code to a specific location in internal rom or in internal ram? What i want to do is,i want to locate some piece...
  • Doubt about a piece of manual
    Compiler User Guide: Texas Instruments (TI) C55x intrinsics for optimizing C code http://www.keil.com/support/man/docs/armcc/armcc_babchiba.htm Intrinsics for rounding, saturation, bitcount and...
  • why does this assembly fail?
    Hello, I have this C code int value_a, value_b ; value_a = value_b ; that translates to this assembly: 0x0002B128 E58D600C STR R6,[R13,#0x000C] but the assignment fails - both variables...
  • Useful pieces of code needed
    I've recently started learning how to program for my PhD and they say I'm very talented. So far I have written an equation program using simple components like 'if-else' and 'switch' functions. I...
  • Why SMOD does not work
    When I configure uart communication of ADE7169 device(enhanced 8052 core),I encountered a problem that comment out or not the code (MOV PCON,#80H ;Here is not wor)(line 5) does not affect uart's baud...