Re: TI-83 assembly not working (?)


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

Re: TI-83 assembly not working (?)



Konrad Rokicki <konrad_rokicki@geocities.com> wrote in article
<322F5E6D.7B3C@geocities.com>...
> I typed up the TEST program given by TI on their homepage but when I do
> 'Send(9prgmTEST' I get ERR:SYNTAX. Does any one know what's wrong? It
> seems I can only use variables in the send( command (STR1 and Y1 etc
> work). I have tried various things:
> Using the send command in diffrent places (program editor, home screen)
> I tried using the prgm command and typing send, and PRGM:EXEC:TEST etc..
> NOTHING WORKS!!! What's wrong? Is my calc defective :) I doubt it... any
> help is greatly appreciated!
>
> --


Easy answer, assuming you typed it all in correctly.
First, make sure that you don't have a trailing : at the end
of your program.  You need to move your cursor to the
first space past the d in the final end -- like thus:
End
0000
End<--put it here and press DEL. This will remove the
final :.


:End
:0000
:End
:<---this will make it die every time.


Secondly, use catalog to get the send:


2nd Catalog S Send 9 Prgm Test Enter


Press Second, then catalog, then the letter S,
scroll down until you see send, press Enter,
then the number 9, then the Prgm key, then select
your program, Enter and Enter again.


Trust me, the demo program *does* work.  I'm busy
exploring the TI83 and will begin posting some
example source code soon.


Cheers,


Bob Currier


References: