This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C Library for 22-bit Contiguous Mode of DS80C390

As I use inline assembler in my C program, I have to include the related C library in my project. If the project is configured to 22-bit contiguous mode & dual DPTRs of DS80C390, can you tell me which C library should be included ? Thks.

Parents
  • Due to special assembler coding sequence required for FLASH memory access in our MCU, I use inline assembler in these functions. And, these functions are grouped in a C source file.

    Since the source file contains inline assembler, the "generate assembler SRC file" & "assemble SRC file" options are enabled.

    Since the parameters of these functions contain 22-bit address pointer, the related library functions are called. Since this
    library file should be specified manually, that's why I ask for the name of the library.

    Is there better solution to handle this problem ?

Reply
  • Due to special assembler coding sequence required for FLASH memory access in our MCU, I use inline assembler in these functions. And, these functions are grouped in a C source file.

    Since the source file contains inline assembler, the "generate assembler SRC file" & "assemble SRC file" options are enabled.

    Since the parameters of these functions contain 22-bit address pointer, the related library functions are called. Since this
    library file should be specified manually, that's why I ask for the name of the library.

    Is there better solution to handle this problem ?

Children