On Tue, Jan 08, 2002 at 02:43:55PM -0800, Bruce A. Mah wrote:
> ; 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

That sure brings back memories... I'm not as old as most are around here I
guess, but this rings a bell. /me goes off to hunt back his Apple ][
w/ 48k mem, applesoft & 2(!) floppy drives :)

--Stijn

-- 
I really hate this damned machine
I wish that they would sell it.
It never does quite what I want
But only what I tell it.

Attachment: msg30844/pgp00000.pgp
Description: PGP signature

Reply via email to