• 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...
  • Pin definition
    Can I change a pin definition in an assembler module when program is running? I would add a parameter at my assembler routine but if I do my program will not work because the time of esecution is very...