Re: Assembly-83


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

Re: Assembly-83



>I really need HELP! For my very first asm program, which looks like this, I
>ran it through the assembly process and got a prog that is shown below.
>When I run that program on my calculator by saying "Send(prgmCLRSCRN" on a

You did this wrong...                               "Send(prgmCLRSCRN"
The correct way is: "Send(9prgmCLRSCRN"

I know asm if you need futher help.

Grant Stockly

>different program My calc does different things. Sometimes it freezes and I
>can't turn it back on or some REALLY strange images, letters, etc. show up
>on the screen.
>
>
>SOURCE "CLRSCRN.ASM"
>
>.NOLIST
>#define equ .equ
>#define EQU .equ
>#define end .end
>#include "ti83asm.inc"
>#include "tokens.inc"
>.LIST
>
>.org 9327h
>
>        call    _CLRLCDFULL
>ret
>.end
>END
>_______________________________________________________________
>
>CLRSCRN.83p:
>
>CD5547
>End
>0000
>End