• Can't compile ASM generated with SRC option
    Hi, I'm trying to compile a library of rom functions for the DS80C400. The Most of the files compile without a problem. The ones I do have difficulties with all have inline assembler. Obviously...
  • MDK-ARM always build all file
    MDK-ARM Ver:5.18 System: win7 When I click on the Build Target button, it rebuilds all my target files, only one file changed . thanks.
  • Force a function to not use xdata
    I have a function that uses xdata in one of it's helper functions. How do I prevent it from doing so?
  • Force code segment alignment
    Hello from Russia! Is there a way to make BL51 to align code segment at the start of BLOCK (2048 bytes). ASEG is not always convenient, and INBLOCK does not force placement at the start of block. ...
  • 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...