Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!uwvax!husc6!sri-unix!hplabs!hp-pcd!hpcvc0!hpcvck!paull From: paull@hpcvck.UUCP Newsgroups: comp.sys.hp Subject: Re: HP Basic linked lists? Message-ID: <4480002@hpcvck.HP> Date: Tue, 24-Feb-87 15:12:38 EST Article-I.D.: hpcvck.4480002 Posted: Tue Feb 24 15:12:38 1987 Date-Received: Sun, 1-Mar-87 09:12:49 EST References: <1084@phred.UUCP> Organization: Hewlett-Packard Co., Corvallis, Oregon Lines: 6 If you decide to pursue a linked list implementation via CSUBs you should be aware that the absolute address of objects in COM are subject to relocation. It would be unwise to keep POINTERs in your data structures. The offset of such pointers from the COM base address will not change, but the base address (as reported from FIND_COM) may.