If memory serves me right, [EMAIL PROTECTED] wrote:
> In a message dated 01/08/2002 2:11:05 PM Eastern Standard Time,
> [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message