• locating code constants in bank1
    i am trying to locate code constants in bank1 (Cygnal F124). but it is always placed in common area only. i have also writen "bank1(?co?table)" in L51 dialog box in uVision2. in common area it is...
  • Absolute location of constant tables in code space
    I'm looking for a way to absolutely locate a constant array in code space using the C51 compiler. I can use the 'code' memory location specifier to indicate the array should be located in program memory...
  • constant storage location
    Hello all, I am using a float variable named val which has a value 169.0 in my program .When I ran the program I got the following assembly code in my disassembly window.Now I want to know the memory...
  • Listing Compiled Constant Data
    I wish to be able to view the constant data generated by the compiler. IE char code * some_strings[] = { "some text", "some more text" }; The compiler shows none of this pointers or actual...
  • Compiled constants/data listing?
    I've been examining the listing files generated and one thing I would like to see in a file is what is entitled as CONSTANT. I've played with the settings and as yet cannot get the data to be listed...