Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 1997 19:34:17 +0200 (MET DST)
From:      Eivind Eklund <perhaps@yes.no>
To:        "Marty Leisner" <leisner@sdsp.mc.xerox.com>
Cc:        louie@transsys.com, imp@rover.village.org, dave@jetcafe.org, sef@kithrup.com, hackers@FreeBSD.ORG
Subject:   Re: shared libraries? 
Message-ID:  <199708291734.TAA01553@bitbox.follo.net>
In-Reply-To: "Marty Leisner"'s message of Fri, 29 Aug 1997 07:49:11 PDT
References:  <199708290035.UAA17627@whizzo.TransSys.COM> <9708291449.AA17699@gnu.sdsp.mc.xerox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 
> Can someone point me to a reference (or explain it briefly) how PIC
> works?

Basically just by doing all memory references relative to a register,
which usually initially was set up relative to the PC (program
counter, AKA instruction pointer).  Thus, you can load it on any
address in your computer, and it will work just like it was supposed
to.

Eivind.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708291734.TAA01553>