Re: TIB: question-dont think me stupid
[Prev][Next][Index][Thread]
Re: TIB: question-dont think me stupid
> When I go to the archive on ticalc.org, I download a zip file. Then I
send
> the .83p file to my calculator, the program doesn't work, it appears under
> the edit as just a bunch of numbers and letters, then an end, then 0000,
> finally another end.
Those are indeed ASM programs, HaRMaN10, if there isn't a Basic prog to go
with them do one of 2 things
1.)
use
Send(9prgmNAME
to run the prog
2.)
rename the prog to ZNAME (use your Graph-Link program)
write a Basic prog NAME
Send(9prgmZNAME
use
prgmNAME
to run the prog
in both cases NAME is the name of the prog, and ZNAME is the name of the prog
with a Z before it. Z can be replaced with any letter (A-theta), Z is just
the most common.
Dale