Re: LZ: CAZ is BUGGING me...!!!


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

Re: LZ: CAZ is BUGGING me...!!!



>Okay, here's another problem for all of you successful (I'm doubting your
>existence at the moment) CAZ users:
>
>When I assemble the following, I get:
>
>  14:   CALL_(PLOTPIXEL)
>     ^ Unknown Command
>  20:   CALL_(PLOTPIXEL)
>     ^ Unknown Command
>  26:   CALL_(PLOTPIXEL)
>     ^ Unknown Command


Ok, here's why...  Open your ti-85.h file and look for the call macro.  Do
you see what it does?  The problem with caz is that it doesn't handle the
equ's very well.  You have to manually replace your code with


call addr
.dw function


Where addr is the address for the macro in zshell, and the finction is what
you're calling, like PLOTPIXEL, OK?


                                     -C.J.-






********************************************************************
Unsolicited commercial e-mail to the poster of this message
will be proofread at $70/hr, minimum charge $150.  Submission
of such e-mail to this address will suffice as contractual assent
to the said charging schedule.
********************************************************************


 


References: