awesome! congrats! On Thu, Oct 26, 2017 at 4:14 PM, Willard Goosey <[email protected]> wrote:
> On Wed, 25 Oct 2017 17:06:17 -0400 > Stephen Adolph <[email protected]> wrote: > > > > 1) you are using the wrong starting location. Think you need to use > > the ASCTAB (DOSTART?) location which is the lowest first byte of .DO > > file data. 2) you need to ensure your new directory entry gets the > > correct (incorrect) address , meaning you need to trick LNKFIL > > (DIROK?) to order the file names correctly. in this case ASCTAB-1. > > in this way the current directory entry, that points to ASCTAB, will > > be ordered and linked correctly. > > Yep, did it this way and it works! Yay! > > I dunno, when you have to lie to the OS to get it to work... Must be > Microsoft. ;-) > > Willard > -- > Willard Goosey [email protected] > Socorro, New Mexico, USA > I search my heart and find Cimmeria, land of Darkness and the Night. > -- R.E. Howard >
