Re: A89: gettin' started


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

Re: A89: gettin' started




When you assemble, you need to have the appropriate header file in the 
correct directory (ie.  graphlib.h) and you need to include it in the asm 
file (ie. include "graphlib.h").  And yes, to run the prgm, the library (ie.  
graphlib.89z) needs to be on the calculator.

In a message dated 12/29/99 7:52:06 PM Eastern Standard Time, 
JHill8075@aol.com writes:

> the library has to be on the calc. when u assemble it, the call to the 
>  library is replaced with something else (i'm new to asm too, but i can 
make 
>  simple things, like maying smile faces moving around). it's hard to 
explain, 
> 
>  but that tutorial grant (keys dezes) pointed you to will tell you 
everything 
> 
>  you need to know.
>  
>  Josh
>  
>  << so does the library have to be on the calculator for the program to
>   run?  If so, then how is it so simple to reference a library call if the
>   library is a variable separate from the program? >>


                                            Grant Elliott
                                            <A 
HREF="http://www.crosswinds.net/~proganon">Programmers Anonymous</A> 


Follow-Ups: