Re: geos-dev-digest V1 #89

CamiLee@aol.com
Wed, 11 Sep 1996 12:12:27 -0400

In a message dated 96-09-11 02:49:32 EDT, you write:

> DMA under GEOS is done with the mysterious DOSREAL driver, correct? Where
> can I get a copy of it? I wrote my own DMA transfer routine in Borland
C++'s
> inline assembly (I don't have an assembler, so that's the closest I could
> do) that's pretty clean and should be ok when multitasked. Can I get
DOSREAL
> or should I just take a look at the dma driver info and write my own?
(edwdig)

Hi Ed.

You do have another assembler, in the form of the GEOS Espire (Object
- -oriented Assembler). If you know assembly, it might behoove you to try and
use it. It's (from my observations) a superset of MASM, and is similar in
function to GOC, as relates to objects, but in an assembly sort of way. The
routines and messages would be standard assembly (note the differences in the
asm documentation), and presumably, give you greater control over those
things that you are asking about. Maybe I'll be able to use it one day after
I take the time to learn assembly and become familiar with it in more depth.

Later