• Moved
    I moved my company to Tennessee and my question is it a good idea to let keil know my new address? If so what will it do for me and why don't they have a link to do it online?
  • Useless Moves Coding Style
    There were a couple of questions regarding coding style in the previous thread. 1) The problem is that I am a strong advocate for the OOP principle of data encapsulation and inheritance. Though C...
  • How to move the 167 stack?
    Hi! For various reasons, I want to position the internal 167 stack so that it starts at the bottom of internal RAM (F600 on the C167CR), and extends 512 bytes up (i.e. to F7FF). This of course requires...
  • how to move depency files into a subdirectory
    uVision generates a depency file (e.g. "myTarget.dep"). This file is located in the root directory of the project. Is there any possibility to "move" these files into any subdirectory similar to the...
  • Useless Moves
    Is there a way to change the DEFINE statement to get rid of the two useless mov(s)? C51 COMPILER V6.02, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN .\MAIN.OBJ COMPILER INVOKED BY: C:\PROGRAM...