Aw: [stella] BCD to pointer.

Subject: Aw: [stella] BCD to pointer.
From: cybergoth@xxxxxxxx
Date: Tue, 11 May 2004 19:09:27 +0200 (CEST)
Hi there!

> Is there a 6 digit display example out there that uses bcd?
> I don't know how to setup the pointers

LDA bcdValue
AND #$0F
TAX
LDA digittab,X
STA rightPointer

LDA bcdValue
LSR
LSR
LSR
LSR
TAX
LDA digittab,X
STA leftPointer

Something like this :-)

Greetings,
Manuel





----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread