A83: Re: Send(9prgmTEST
[Prev][Next][Index][Thread]
A83: Re: Send(9prgmTEST
> The "THIS IS A TEST" program included at
>
> http://www.ti.com/calc/docs/83asmfaq.htm#4
>
> reports a syntax error when entered and run as described.
> Am sure it's not an entry error.
> Appreciate any input you might have...
>
> TIA, Jack
>
You didn't enter all of the stuff did you?
If you typed it like:
:CD5547 ; CALL _CLRLCDFULL CLEAR SCREEN
:210300 ; LD HL,0003
....
:00 ; 00 END OF STRING MARKER
:End ; required syntax
:0000 ; ALLOCATE 0 BYTES OF DATA SPACE AFTER ASM
:End ; required syntax, last line of program
That's bad. Just type it into the calc:
CD5547
210300
etc...
Btw, if you need help, check out my tutorials. :)...
James.
Follow-Ups: