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

What if I wanted NONadjacent 16k+16k pages for (e.g.) NDATA

What if I wanted to place the two 16k pages of the (e.g.) NDATA class independently?
(There is any inherent constraint? to be adjacent)

With DPPUSE I can accomplish (as I know)

0x100000    DPP0   ("NCONST")
0x200000    DPP1   ("NDATA")
0x204000    DPP2
or
0x100000    DPP0   ("NCONST")
0x104000    DPP1
0x200000    DPP2   ("NDATA")
(DPP3 be off the game)

but could not accomplish, for example
0x100000    DPP0
0x200000    DPP1
0x300000    DPP2

0