From owner-freebsd-hackers Tue Jan 8 14:43:58 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 31D3937B41A for ; Tue, 8 Jan 2002 14:43:56 -0800 (PST) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020108224355.YNOR20395.rwcrmhc52.attbi.com@bmah.dyndns.org>; Tue, 8 Jan 2002 22:43:55 +0000 Received: (from bmah@localhost) by bmah.dyndns.org (8.11.6/8.11.6) id g08Mhtl78482; Tue, 8 Jan 2002 14:43:55 -0800 (PST) (envelope-from bmah) Message-Id: <200201082243.g08Mhtl78482@bmah.dyndns.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: TD790@aol.com Cc: hackers@FreeBSD.ORG Subject: Re: Oh my god, Google has a USENET archive going back to 1981! In-reply-to: <175.1d34975.296ccb03@aol.com> References: <175.1d34975.296ccb03@aol.com> Comments: In-reply-to TD790@aol.com message dated "Tue, 08 Jan 2002 17:21:55 -0500." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 08 Jan 2002 14:43:55 -0800 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If memory serves me right, TD790@aol.com wrote: > In a message dated 01/08/2002 2:11:05 PM Eastern Standard Time, > tlambert2@mindspring.com writes: > > > Miguel Mendez wrote: > > > Now that I'm subscribed to c64-hackers let's do some lda's here an > there. > > I > > > even have some Oxyron demo disks around :) > > > > > > How about BSD for the 6510? ;-P > > > > Can I interest anyone in a half box of Elephant Disks (the ones the labels > wouldn't stay on)? ; I don't know which is more sad, the fact that I thought of doing this, ; or the fact that I still remember how. COUT EQU $FDED ; character output REPLY LDX #0 :1 LDA TEXT,X BEQ :2 JSR COUT INX BNE :1 ; blows up if string length > 255 :2 RTS TEXT BYT "No thanks, I've got a bunch from my Apple ][ days.", $0D, $00 Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message