Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ames!oliveb!sun!gorodish!guy From: guy@gorodish.UUCP Newsgroups: comp.unix.wizards Subject: Re: String Handling and run-time libraries Message-ID: <16171@sun.uucp> Date: Sat, 4-Apr-87 00:52:10 EST Article-I.D.: sun.16171 Posted: Sat Apr 4 00:52:10 1987 Date-Received: Sun, 5-Apr-87 09:44:36 EST References: <15292@amdcad.UUCP> <978@ames.UUCP> <15694@sun.uucp> <6042@mimsy.UUCP> <724@killer.UUCP> Sender: news@sun.uucp Reply-To: guy@sun.UUCP (Guy Harris) Organization: Sun Microsystems, Mountain View Lines: 11 >I seem to remember for freshman days that there are registers (other than >R0 -> R15 that contain the information about your CPU type. Only one such register: the System Identification Register. It is one of a series of "processor registers" that can be accessed using the Move From Processor Register or Move To Processor Register instructions... >Maybe some of them can be accessed in USER mode... but not from user mode. MFPR and MTPR are privileged instructions.