• STM32F051C8
    Hello! How can i call function from asm file to the c file into one project using directive EXPORT? Thanks.
  • Register definition file for W77E516
    I see support for the W78 families of Winbond parts.
  • Registers definition when C -> SRC
    Hello! Could All kindly tell me where is to be specified which registers are defined with "DEFR" instructions automatically (when C166 compiles C code to ASM), and which aren't. E.g. I need to get...
  • string definition
    I have following code but find that x and y are the same value on the debugger. viewing ARM assembly review that the memcpy use same string address. #define A "\xA0\x00\x01" #define B "\xA0\x00\x02...
  • definition of terminologies
    1. what is the difference between symbol A and ACC used for accumulator. 2. when i use (in assembly)PUSH A, i get error. PUSH ACC does not give me error. 3. in the debug environment i do not understand...