At 15:31 -0700 on 12/21/2010, Paul Gilmartin wrote about Re: RMODE(SPLIT64), was: Baseless vs Based:
Obviously, if the problem is due to data, that can be put in a separate program object and LOADed above the bar, at the expense of not being able to access it with relocatable ADCONs.
There is a solution to that problem. Assemble the modules as usual and place an ADCON Vector Table at the start of the 64Bit CSECT. Make a Duplicate copy of the table and put it in a DSECT. Once you load the 64Bit module copy the Vector Table to the DSECT area. All references to the 31Bit copies of the ADCONs use the names of the DSECT resident ADCONs.
