0 Members and 1 Guest are viewing this topic.
Is it not possible to open user made programs without the shells?Also, what are the best Basic tutorials/resources?
Asm(prgmPRGMNAME
I write an Axe program:Code: [Select]:.HEWORLD:Disp "Hello WorldI convert it to Asm using Axe Application.This program can be opened using a shell, it may not be, but shells are better organized that the Program Button of the calculator.Check TI BASIC Dev for TI BASIC TUTORIALS.
:.HEWORLD:Disp "Hello World
Disp "Hello World
1->ADisp A
"Hello"->A"World"->BDisp A,B
Prompt ADisp A
Promp APrompt BPrompt CDisp A*B*C
Disp "CIRCLEA AREA"Prompt RDisp RR(pi)
Code: [Select]"Hello"->A"World"->BDisp A,B
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
Welcome to Omnimaga! As usual, here are some peanuts
1) I've been reading a lot about shells for calculators, like MirageOS. What exactly do they do, and are they necessary? And if so, which one is most recommended?
2) As mentioned, I'm interested in learning to program my Ti-84+. Where exactly should I begin? I know there is Ti-Basic, Axe, and ASM, and I'm interested in learning ASM, but I know I should start with Basic or Axe. Which one would do you guys think I should begin with? I have some BASIC experience, if that would help. Also, what is the best tutorial/learning resource for the language advised?I know this probably seems like a lot of questions, but like I said, I'm new to all of this, so I can't help being curious