Re: A92: Re: Quitting ASM or not -- please answer these q


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

Re: A92: Re: Quitting ASM or not -- please answer these q




>tios.h has NO documentation either in .html format or in the .h file.

Try looking in ROMFUNC.HTM.

-Don


-----Original Message-----
From: TurboSoft@aol.com <TurboSoft@aol.com>
To: assembly-92@lists.ticalc.org <assembly-92@lists.ticalc.org>
Date: Saturday, December 05, 1998 10:18 PM
Subject: Re: A92: Re: Quitting ASM or not -- please answer these q



In a message dated 12/5/98 4:37:27 PM Eastern Standard Time,
don.barnes@wmich.edu writes:

> Which ones can't you find?  Most are described in the HTML files in the
DOCS
>  directory.

tios.h has NO documentation either in .html format or in the .h file.  The
util library mostly says things like
util::find_pixel(point p)
or
util::DrawCharXY(BYTE ch,WORD x,WORD y,WORD color)
but doesn't tell you what registers to load the data into!  l mean, what the
heck is "point p" supposed to be?!