Re: [stella] Does this look right? (clock)

Subject: Re: [stella] Does this look right? (clock)
From: crackers@xxxxxxxx
Date: Wed, 1 Oct 1997 23:25:56 -0400 (EDT)
In article , you wrote:
>In article <199710012306.QAA24450@fmul55>, you wrote:
>
>>START	LDA	#60		; 50 for PAL
>>	DEC	FRAMES
>>	BNE	END
>>	STA	FRAMES
>>	;LDA	#60		; uncomment for PAL
>>	DEC	SECS
>>	BNE	END
>>	STA	SECS
>>	DEC	MINS
>>	BNE	END
>>	STA	MINS
>>	LDA	#24
>>	DEC	HOURS
>>	BNE	END
>>	STA	HOURS
>>	INC	DAYS
>>
>>	END	...
>>    		...
>>    		...
>~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~
>
>Wow! Those decreasing clocks are by far the easiest. I think that's the
>rout I'll go. I'll just have to remember that all my variable are in
>reverse order.
>
>                               CRACKERS
>                    (Now I've got it from hell!!!!)

-- 

Accordionist - Wethifl Musician - Atari 2600 Collector | /\/\
*NEW CrAB URL* http://www.hwcn.org/~ad329/crab.html ***| \^^/
Bira Bira Devotee - FES Member - Samurai Pizza Cats Fan| =\/=


--
Archives updated once/day at http://www.biglist.com/lists/stella/archives/
Unsubscribing and other info at http://www.biglist.com/lists/stella/stella.html

Current Thread