[A83] Re: Point of making your own lcd_busy?


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

[A83] Re: Point of making your own lcd_busy?



> What is the point of wasting 5 bytes of memory, in a direct LCD program,
by
> writing your own lcd_busy subroutine, when it is already in ROM?  TI has

I guess it's because a call/bcall is (relatively) extremely slow.

> documented it's own ROM call _lcd_busy, but if that's not good enough for
> us, we can call $07DE and it is exactly the same thing, cycle per cycle,
> byte per byte, as: push af, inc hl, dec hl, pop af, ret...
>
> Jeff

Groeten,
Ronald Teune
--
The reasonable man adapts himself to
the world; the unreasonable tries to
adapt the world to himself. Therefore
all progress depends on the
unreasonable man.