• DPPs in Startup.a66
    Hello, I would ask something about startup.a66... In the example code I have a next statement: ASSUME DPP3:SYSTEM ASSUME DPP2:NDATA MOV DPP0,#?C_PAGEDPP0 ; Init DPP0 (for DPPUSE)// What and...
  • A166, EXTERN, DPP
    Hi all, The A166 manual says: EXTERN « DPPn » symbol: type « , symbol: type ... » but it doesn't say what the DPPn statement does exactly and when to use it. Our (received) code uses it in the startup...
  • DPP, NCONST, near, PEC
    Hi all, (C167; running everything from RAM, copied from flash in the startup-file and then re-mapping the BUSCON's) Does anybody have a suggestion on how to put DATA in one continuous memory area...
  • assign dpp to two different pages
    I want to use DPP0 and DPP1 to access two different pages in the external memory. DPP1 is used for NDATA (0x280000 - 0x2BFFF) what works fine. Now I want to use DPP0 for another class at 0x30000 -...
  • DPP keil c166 not contiguos addresses
    I'd like to set two DPP for NCONST but not in contiguos addresses Something like the following NOT WORKING .lin CLASSES (NCODE (C10000H-C1FFFFH), NCONST(C02000H-C03FFFH,C10000H-C13FFFH), <-----...