• Size of Pointer to Constant Table
    I would like to know how can we control the size of the pointer that point to RAM area. UByte *RamAdr; For code above, I found that the pointer size is different in 2 different software (1 software...
  • table in arm asm
    Hi, I am currently using ARMv8 DS-5 for development and am unable to find how to define and initialize the variable in arm asm. Specifically, I want to define the following constant variable in asm file...
  • Asm/C preprocessor does not like Long Constants.
    Hi, I have a problem with the way your preprocessor works. This problem occurs in both assembly and in C. The reason we started trying to do this in C was that the assembler had a problem and while...
  • 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...
  • ASM
    How to use ASM into C code compiled by µVision ?