61
Axe / Re: Isn't the 'input' function rather useless?
« on: April 14, 2012, 06:12:01 pm »That's so usefull, why Axe haven't this feature ?
Here a screen of runer'code.
EDIT : how to know when tokens exceed screen to jump to the next line ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 61
Axe / Re: Isn't the 'input' function rather useless?« on: April 14, 2012, 06:12:01 pm »That's so usefull, why Axe haven't this feature ? Here a screen of runer'code. EDIT : how to know when tokens exceed screen to jump to the next line ? 62
Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE« on: April 14, 2012, 04:43:44 pm »
In Axe Pic1Ptr is a static pointer, like Pic114 or Str1.
63
Computer Projects and Ideas / Re: BexIDE -- An Axe/(Extended) BASIC Mini-IDE« on: April 14, 2012, 05:56:32 pm »
Up. No update ?
If you don't know what you can change : in Axe, "words->Pic1Ptr is converted as a string "words->Pic1Ptr". In fact it should convert "words"→Pic1Ptr. Another problem : "Pic1"->Ptr When the program is converted, the token Pic1 is converted as a string of 4 letters.. Is it possible to use a token syntaxe as used for |v| or |u| ? I thought it could solve much problems |^2|, |Pic1|, |Str1|... 64
TI Z80 / Re: Axe Parser Developer's Kit 1.0« on: April 09, 2012, 04:27:59 am »
It could be a TI-Concours's project, I think he want just suspense before announcing it.
65
[FR] Programmation Axe Parser / Re: Créer des programmes à noms entrés par l'utilisateur« on: April 09, 2012, 04:24:31 am »
Axe Parser version 1.1.2, OS 2.41, sur 84+SE émulé, mais ça marche sur ma 83+ aussi.
66
[FR] Programmation Axe Parser / Re: Créer des programmes à noms entrés par l'utilisateur« on: April 08, 2012, 08:19:36 am »
J'ai testé ça vite fais :
Code: [Select] input->A Cela a très bien marché sauf quand il a fallut quitter le programme après édition de celui ci (ram cleared). Donc il peut-être en stockant l'octet de la manière suivante :Code: [Select] input->A A voir.
67
[FR] Programmation Axe Parser / Re: Créer des programmes à noms entrés par l'utilisateur« on: April 08, 2012, 05:27:53 am »
Dac, je vois. Du coup ton programme marche ou pas ?
69
[FR] Programmation Axe Parser / Re: Créer des programmes à noms entrés par l'utilisateur« on: April 08, 2012, 04:56:16 am »
"Fill(L1,0" Ce code ne sert à rien.
"{5 -> L1" je sais pas comment tu compile ça "0 -> {L1+P" c'est une très mauvaise idée, il faut faire "length(P)->P" au préalable. For(A,0,3 disp {A*2+L1}>Dec,{A*2+L1+1}>DEC,i End Privilégie cette écriture : L1-1->A For(8 ) Disp sub(A),sub(A),i End .Optimisation Lbl A {A++}>Dec Return Pour tes bugs, c'est parce que tu t'y prend mal. Je n'ai pas testé mais essaye : input->P !If getCalc(P) Return!If GetCalc(P,20) End ->P Et P point la variable créée. Après je n'ai pas compris, le token 'prgm' doit être ajouté lors de la saisie du nom du programme, est ce que c'est ce que tu cherche à faire ? 70
Other Calculators / Re: TI-Concours, a french programming contest for 68k/z80« on: April 02, 2012, 05:23:10 pm »
Actually Axe Parser rating is finished, I don't know how are others category, but I think we don't need to post everything in same time.
EDIT : Hurry up ! deadline in 40 min. 71
Other Calculators / Re: TI-Concours, a french programming contest for 68k/z80« on: April 01, 2012, 05:10:14 pm »
One more day before the end of the second turn, do not forget to check that there is no bug before sending your program.
72
Other Calculators / Re: TI-Concours, a french programming contest for 68k/z80« on: March 31, 2012, 06:04:57 pm »
*kindermoumoute can't wait...
73
[FR] Programmation Axe Parser / Re: [Axe Parser] Projet Space Invaders« on: March 30, 2012, 05:54:12 pm »
Moi j'aime bien le mode freestyle, ça permettrait de corser un peu le jeu (genre des météorites sur les cotés, etc). Si tu as besoin d'aide pour quoi que ce soit, n'hésite pas à demander ici.
74
Other Calculators / Re: TI-Concours, a french programming contest for 68k/z80« on: March 29, 2012, 02:52:59 pm »
I think use an axiom is exactly the same thing as using an uptated version of Axe Parser. The aim is to show that you master the Axe Parser, so if you use some commands in an axiom you can't be penalized.
However, you have to comment your code and explain what those commands made. That's the same rules than opcode : - You can use them but you have to comment how it act. - You will not be rated above it. - The aim is not to create one. Else you risk penalities. 75
Other Calculators / Re: TI-Concours, a french programming contest for 68k/z80« on: March 28, 2012, 05:31:44 pm »
I already noticed to noelthebest that he used the wrong word : librairy = "bibliothèque" =! "librairie". Rules allow you to use Axioms (like advanced graphics ), don't forget you have to include axiom.8xv in your zip.
@Eiyeron : don't worry, you don't violated any rules. x) |
|