• LX51 user classes and segments
    can any one make me understand about user clases and segments in LX51
  • HCONST User Class
    Hi, Does anyone know how to create a user class for the HCONST memory type using the c251 compiler similar to creating one for the ECODE memory type: #pragma userclass (ucode = foo). The above...
  • declaring user class
    hi, i had problems declaring user class in assembly language for ARM processor. How is it done using the AREA directive AT 0x0000? How the same user class should be declared in the LA LOCATE script...
  • L251 user defined memory classes
    It is said in the L251 documentation that by default, the linker would use below address ranges for a all memory classes Question 1: In a linker file that i was checking, the two are declared...
  • Relocation of segments in user-defined memory class
    I have defined my own memory class, ECODE_APP, in ECODE space. The memory range for this class is specified at link time. I have defined a segment in an assembly module, which I wish to locate at the...