Mail Archives: djgpp/1998/01/20/04:40:55
Michael Zanyat <ledana AT netway DOT at> wrote:
> Is there a difference in memory access speed using nearptr or other
> methods?
> Or better: What is the fastest way (memory) for virtual screens and
> VGA(13h)?
If you will use a virtual video screen nearptrs aren't much better than using
the functions to copy blocks to the DOS memory. That's because the overhead is
small.
I found that farptrs is as fast as nearptrs even if your transfers are 300
bytes long.
SET
------------------------------------ 0 --------------------------------
Visit my home page: http://set-soft.home.ml.org/
or
http://www.geocities.com/SiliconValley/Vista/6552/
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Alternative e-mail: set-sot AT usa DOT net - ICQ: 2951574
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(541) 759 0013
- Raw text -