Re: A89: Starting out assembly, need help


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

Re: A89: Starting out assembly, need help




In a message dated 12/3/98 1:50:24 PM Pacific Standard Time, TurboSoft@aol.com
writes:

<< what l want to know is why to drawstrxy you have to have 3 number
parameters
 (plus the string-to-draw parameter).  Why can't it just be an x and y coord
 and the string? >>

The last parameter is the write mode (on, erase, xor, etc.)  I'm not sure what
all the numbers stand for, but you can find it out somewhere.  It might be the
same as the TI-Basic functions optional drawmode for the graphics functions.

Daniel Imfeld