[A83] Re: Help! "Send(9prgmTEST" doesn't work anymore!


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

[A83] Re: Help! "Send(9prgmTEST" doesn't work anymore!



Hey Patrick,

are you sure that both:
- prgmTEST exists, since you reset the calc
- prgmTEST is a valid ASM program (with the :End,:0000,:End at the end)
- Send( is entered correctly
- 9 is entered correctly
- prgm is entered correctly
- TEST is entered correctly

If that doesn't help, create a program called EMPTY and write the ASM 
opcodes:
:C9
:End
:0000
:End

Try Send(9'ing that program and see if it does anything, if it doesn't, 
maybe you could try doing a self-test (MODE+ALPHA+S+ENTER you already 
knew that, didn't you?).

If that doesn't work, well I'm out of ideas as well.

Sincerely,
- Frank



Follow-Ups: