[A83] Re: Error: Undefined
[Prev][Next][Index][Thread]
[A83] Re: Error: Undefined
>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:
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
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
Follow-Ups: