TI-86 Assembly programming


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

TI-86 Assembly programming



I just wrote a simple test program in an attempt to test the new assembly
support on the TI-86 (Well.. not like it's new, it's just that TI was
finally kind enough to add commands to assist in writing asm on their
calcs)

:AsmPrgm
:3E3F
:F6C0
:CD6640
:D310
:C9
:END
:0000
:END

After doing this, I did an:

AsmComp (TEST, TST)

And got

ERROR 07 SYNTAX

if I do a goto, it shows that the error is at the ) ... The cursor hangs
over the blank space if I delete the ).

Anyone have any ideas as to why the calculator will not compile my
program?

Sincerely,
Christopher B. Zydel
System Administrator
Toof, Inc.
admin@toof.net

---------------------------------------------------------------------
"'Love' is a condition in which your happiness depends upon the
                        happiness of another."
---------------------------------------------------------------------


Follow-Ups: