[A83] Re: Error: Undefined


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

[A83] Re: Error: Undefined




You obviously didn't read my reply to the guy's problem...
HE was using TI-83- includes for use on a TI-83 Plus, that 
was the problem.
 
> >I try to learn ti-83+ asm by the tutorals on ticalc =
> >(http://www.ticalc.org/programming/columns/ti83logs/vol1.html)
> >I tried to use the first example. After I=B4ve used tasm I have a file =
> >which contains:=20
> >AsmPrgm
> >3E03060680CD
> >744ACDD44EC9
>
> CalcSys disassembler:

Tsk,tsk, 
you should be able to do that by only using the tasm80.tab file ;-)

> ld a,03    ;3E03
> ld b,06    ;0606
> add a,b    ;80
> call 4A74    ;this should be a bcall=EF744A ;this bcall doesn't exist
> according to ti83plus.inc

Next step: the guy's a newbie, he has used call's instead of bcalls, he used 
83- lessons, so he has probably been using ti-83- includes.

> call 4ED4    ;this too, EFD44E    ;idem. Neither do 744A nor D44E
> ret    ;C9
> 
> old program: ERR:UNDEFINED
> new program: runIndic stops, battery out, RAM cleared.
> What ARE these calls actually?
> Or were you trying to use ion calls/calls from another program?
> 
> >After I send this to my calculator I run AsmComp(prgmTEST, prgmTEST2). =
> >All OK.
> >But when I try to run it by Asm(prgmTEST2) I get an error message: =
> >UNDEFINED. Why?
> >I've tried to download other sources but with the same result.
> >
> >/Micke
> 
> Ronald
> 
> 
> 





References: