[A83] Re: Problems with code on ti-83


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

[A83] Re: Problems with code on ti-83




Hello! I would reccomend writing it for the TIOS, and trying it with both 
ABC and without ABC. Could you mean 5 hex rather than decimel? I also think 
that your variable needs to go before the END, because the END is a compiler 
directive to stop compiling (I think)and after your code, in memory there 
will be a bunch of stuff after, probaby more than 8 characters before zero 
terminating the program name, screwing up the find symbol routine.

Jimmy Pardey

>I wrote this code for the ti-83 and i tried putting it on, but it jsut 
>froze
>up.  Anyone know why, because i'm not familiar with the routines in this
>program.  Thanks.
>
>.NOLIST
>#define equ .equ
>#define EQU .equ
>#define end .end
>#define TI83P
>#include "ion.inc"
>.LIST
>
>.org 9327h
>
>delete:
>     ld hl,varname
>     bcall(_mov9toop1)
>     bcall(_chkfindsym)
>     jr c,notfound
>     bcall(_delvar)
>notfound:
>     ret
>.end
>end
>
>varname:
>     .db 5,"ABC",0
>-Reece Johnson
>
>
>
>




_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




Follow-Ups: