A83: Re: Tutorials


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

A83: Re: Tutorials




99% of the time when you think you're doing everything correctly with a lib
and it still gives you a lib error the problem is you're not subtracting
$9327 from the library table pointer.
Should be:
 xor a
 jr z,start
 .dw libs-$9327
 .dw description

NOT:
 xor a
 jr z,start
 .dw libs
 .dw description

-----Original Message-----
From: Jimmy Conner <timagic@yahoo.com>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Tuesday, August 18, 1998 12:48 PM
Subject: A83: Tutorials


>
>  Hey James I helped another lost soul today by pointing him to your
>tutorials.
>
>Anyway you really need to finish your tutorials about the external
>levels becuase everytime I do it with SOS it gives me a lib error and
>I believe I am doing everything by the book.
>
> And the program was attrib for the 82.  Written by Wouter Demuynck
>(kadem@unicall.be).  He said that he planned to port it soon but also
>gave me the source so I could try, but I haven't had time.  If you use
>calcem and have 82 rom handy then try it out.  I believe it is in the
>82 crash on ti-files and possibly somewhere in ticalc.
>
>  Well I leave tomorrow to college so I have to pack and get ready so
>don't expect to hear from me in a couple of days.
>
>Jimmy
>
>
>
>==
>»»»»»»»»»»»»»»»»»»»»«««««««««««««««««««««
>»               TI-Magic                «
>»  http://www.angelfire.com/tx/timagic/ «
>»            TIMagic@Yahoo.com          «
>»»»»»»»»»»»»»»»»»»»»«««««««««««««««««««««
>
>_________________________________________________________
>DO YOU YAHOO!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>