• Segment names
    In assembly code, it seems common to name segments using question marks. Such as, ?C_C51STARTUP, ?STACK, ?DT?MYFILE, etc. Is there a requirement to do this? If not, what is its purpose? I read TFM, and...
  • HTTP cgi parameter names
    Hello, We are using Http cgi parameters in which we need to add letter "c" at the beginning of a line in the cgi file to fetch the variables dyanamically from the server. As mentioned in the...
  • Named register variables
    Hello! In one of my applications i need to copy value of a register in a C variable. Because I work with a LM3S811 I cannot use inline assembler (because it is not permitted when generating Thumb code...
  • The name is too difficult to remember
    Keil MDK-ARM is a great software, but I cannot share it to my friends, I just cannot remember the name. At conferences and parties my mind goes blank. It is not easy for some people. Can you change it...
  • Named register failed compilation
    Hello! Everybody! Please help me. I would like to use named register. R6 for example. After a subroutine, which modify this register, the compiler doesnt recognize it, and place a nop where I...