[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HISEG CRAP



I suggest loading this program into the loseg first:
	(LAP THE-BUFFER SUBR)
	(BLOCK 43) NIL
Then do (SETQ THE-BUFFER (GET 'THE-BUFFER 'SUBR)).
Then set up for hiseg loading and load the rest of the crap.
Whenever the pure code wants to reference the buffer
(e.g. make an AOBJN pointer into it) it should reference the
special variable:
	(MOVE TT (SPECIAL THE-BUFFER))
	(HRLI TT -43)
and so on.  That's the best kludge I can think of.

Derek, you could ty something like this. The stuff at info on page
3 or 4 in screen needs to be in the lowseg, since it's a data block.
				-rpg-

// 37 //