• HOW TO FORCE C51 TO COMPILE ALL FUNCTIONS REENTRANT
    Hi, Do you know a way to tell the compiler (via #pragma or similar) all functions in the C file must be reentrant? I am using a source library running in several micros and I would not like to maintain...
  • how to force constants into hconst
    I am having a bit of a problem with constant arrays on the ds80c400 i.e. char y[] = {1,2,3,4}; Note: the ds80c400 has a 16M contiguous memory map. example 1: in the following code the array is...
  • Flash allocation and force variable locations
    Hi!, Two questions about memory allocation: 1.- How can I locate this expression in ROM Flash?: char AUTOTEST [20+1]="=====SELFTESTING===="; There are any '_rom' tense? 2.- How can...
  • How to put unrefered variable in the image
    Hi, everybogy I created a simple example project consist of only one source code file main.c, within Keil MDK 3.24 Eval as below. //***************************************************** #include...
  • puts
    hey want to ask that the put() function has a line feed and enter in itself?????? or what?