Re: A83: Time


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

Re: A83: Time





there is probably a better way, but this does work.

 xor a
 ei
delay_loop:
 halt
 djnz delay_loop
 
-harper

On Sat, 13 May 2000 TI83Maniac@aol.com wrote:

> 
> How would you display for example the text "Hello" for about 3 seconds or so 
> on the TI-83 in Z80 Assembly?
> 
> 




References: