From owner-freebsd-sparc Mon Mar 23 14:02:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21804 for freebsd-sparc-outgoing; Mon, 23 Mar 1998 14:02:11 -0800 (PST) (envelope-from owner-freebsd-sparc@FreeBSD.ORG) Received: from heron.doc.ic.ac.uk (heron.doc.ic.ac.uk [146.169.2.31]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA21736 for ; Mon, 23 Mar 1998 14:02:04 -0800 (PST) (envelope-from njs3@doc.ic.ac.uk) Received: from oak62.doc.ic.ac.uk [146.169.33.62] ([nIFgeixI/Nw/jDXDoN+MJp7KIlGtqRHy]) by heron.doc.ic.ac.uk with smtp (Exim 1.62 #3) id 0yHFIr-0003r0-00; Mon, 23 Mar 1998 22:02:45 +0000 Received: from njs3 by oak62.doc.ic.ac.uk with local (Exim 1.62 #3) id 0yHFHg-0001Xd-00; Mon, 23 Mar 1998 22:01:32 +0000 From: njs3@doc.ic.ac.uk (Niall Smart) Date: Mon, 23 Mar 1998 22:01:32 +0000 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: sparc@FreeBSD.ORG Subject: learning SPARC assembler Message-Id: Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I was wondering if anyone knows any freely available reference manuals or reasonable tutorials on SPARC assembler that I can use to get acquainted with SPARC assembler? I guess you guys are all using SPARC Intls V9 reference manual but I just wanted to do a small optimisation of one of my programs so I'm a bit reluctant to purchase the manual. Regards, Niall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 23 15:10:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05271 for freebsd-sparc-outgoing; Mon, 23 Mar 1998 15:10:49 -0800 (PST) (envelope-from owner-freebsd-sparc@FreeBSD.ORG) Received: from bubba.NMSU.Edu (bubba.NMSU.Edu [128.123.3.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05232 for ; Mon, 23 Mar 1998 15:10:29 -0800 (PST) (envelope-from ian@NMSU.Edu) Received: from NMSU.Edu by bubba.NMSU.Edu (8.8.7/NMSU) id QAA23899; Mon, 23 Mar 1998 16:07:33 -0700 (MST) Received: from yacko by NMSU.Edu (8.8.8/NMSU-1.18) id QAA04639; Mon, 23 Mar 1998 16:08:00 -0700 (MST) Date: Mon, 23 Mar 1998 16:08:00 -0700 (MST) Message-Id: <199803232308.QAA04639@NMSU.Edu> Received: by yacko (8.8.8/NMSU) id QAA24620; Mon, 23 Mar 1998 16:09:56 -0700 (MST) From: Ian Logan MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: njs3@doc.ic.ac.uk (Niall Smart) Cc: sparc@FreeBSD.ORG Subject: learning SPARC assembler In-Reply-To: References: X-Mailer: VM 6.34 under 20.3 "Vatican City" XEmacs Lucid Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Niall Smart writes: > Hi, > > I was wondering if anyone knows any freely available reference manuals or > reasonable tutorials on SPARC assembler that I can use to get acquainted > with SPARC assembler? I guess you guys are all using SPARC Intls V9 > reference manual but I just wanted to do a small optimisation of one of > my programs so I'm a bit reluctant to purchase the manual. The manuals for Sun's assembler on online at http://docs.sun.com. I don't remember how usefull the manuals are, but it should be a decent starting point. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 23 18:25:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14204 for freebsd-sparc-outgoing; Mon, 23 Mar 1998 18:25:43 -0800 (PST) (envelope-from owner-freebsd-sparc@FreeBSD.ORG) Received: from xmission.xmission.com (softweyr@xmission.xmission.com [198.60.22.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14199 for ; Mon, 23 Mar 1998 18:25:42 -0800 (PST) (envelope-from softweyr@xmission.xmission.com) Received: (from softweyr@localhost) by xmission.xmission.com (8.8.8/8.7.5) id TAA14094; Mon, 23 Mar 1998 19:25:27 -0700 (MST) From: Wes Peters - Softweyr LLC Message-Id: <199803240225.TAA14094@xmission.xmission.com> Subject: Re: learning SPARC assembler To: njs3@doc.ic.ac.uk (Niall Smart) Date: Mon, 23 Mar 1998 19:25:26 -0700 (MST) Cc: sparc@FreeBSD.ORG In-Reply-To: from "Niall Smart" at Mar 23, 98 10:01:32 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I was wondering if anyone knows any freely available reference manuals or > reasonable tutorials on SPARC assembler that I can use to get acquainted > with SPARC assembler? I guess you guys are all using SPARC Intls V9 > reference manual but I just wanted to do a small optimisation of one of > my programs so I'm a bit reluctant to purchase the manual. Fujitsu Microelectronics has the data sheets, including assembler reference, for their SPARClite processors on their web pages in PDF format. You may or may not find them useful. Follow the links for embedded SPARC processors at http://www.fujitsumicro.com/ -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC http://www.xmission.com/~softweyr softweyr@xmission.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message