RE: A82: Delay Routine Needed ASAP!


[Prev][Next][Index][Thread]

RE: A82: Delay Routine Needed ASAP!




Hey, I can answer this =-)
store a "delay value" into a
use djnz to decrease a until zero, then it will move on
eg.  [WARNING: Rough, unproofed example code]
	ld a,255    ;puts 255 into a
Text1:
	DISP_GRAPH   ;text display stuff would go here
	djnz text1

Text2:
	DISP_GRAPH   ;text display stuff would go here
	djnz text2

It's in the ash school pages for more info on djnz

-Larry C
Actually able to answer a question

___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]


References: