• Define variables in assembly file
    How do define short, byte and integer variables in the startup.s file? what are names of this directives?
  • multiply defined variables when linking.
    Hi again. New problem. I creaated a new project that only has main.c file1.c and file1.h file1.h is #included in main.c which contains a global variable. When I build all I get :- .\scope.axf...
  • #define statements on variable declarations
    Hello. I am trying to find new and exciting ways to optimize (read: shrink down) my current code and want to include an eeprom autorefresh option to cut down on variables. Basically, when I have the...
  • the variable defination in code
    in the variable defination ,if there are too many variables defined as following unsigned char code *Iterm[]= { " 1. realstate ", " 2. chang time ", " 3. system configue", " 4. event record...
  • Define variables in assembly file
    How do define short, byte and integer variables in the startup.s file? what are names of this directives?