Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!seismo!ut-sally!ut-ngp!infotel!pollux!ti-csl!herman
From: herman@ti-csl.CSNET (Herman Schuurman)
Newsgroups: comp.sources.bugs
Subject: Re: Problems with Centipede
Message-ID: <25245@ti-csl.CSNET>
Date: Thu, 9-Jul-87 14:29:20 EDT
Article-I.D.: ti-csl.25245
Posted: Thu Jul  9 14:29:20 1987
Date-Received: Sun, 12-Jul-87 16:59:38 EDT
References: <4287@caip.rutgers.edu>
Organization: TI Computer Science Center, Dallas
Lines: 10

in article <4287@caip.rutgers.edu>, brisco@caip.rutgers.edu (Thomas Paul Brisco) says:
> 
> . . . . .  It is really not a wise idea
> to take the address of a register (they typically live at address 1 or
> thereabouts). . . . . . .
>

According to K&R page 89:

	"It is also illegal to take the address of a register variable."