[A83] Re: delay code


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

[A83] Re: delay code




>Do NOT use code like that, unless you want to eat the batteries.  Always 
>use
>halt for delay loops, as it puts the processor into low power mode.

Is it that significant when only nop's are executed with halt?
Then only the I register gets updated, am I right?

      SUCKER [Pieter Van Nuffel]

>
> > You also could do:
> >
> > ld hl,8000h
> > ld de,8000h
> > ld bc,1000
> > ldir
>
>
>







_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




Follow-Ups: