136
Grammer / Re: [grammer] Problem with trigonometry
« on: May 13, 2013, 12:54:03 pm »
I remind you that the initial debate was not on the speed but on the size of the program.
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. 136
Grammer / Re: [grammer] Problem with trigonometry« on: May 13, 2013, 12:54:03 pm »
I remind you that the initial debate was not on the speed but on the size of the program.
137
TI Z80 / Re: Tutor App« on: May 12, 2013, 06:31:50 pm »
It is such a good idea !
Error : Selecting the "Determinant" tutorial, and pressed 2nd, then ON, the calculator was turned off and when I turned it on, I was forced to follow the key sequence and to be on a loop of incorrect calculation. 138
Grammer / Re: Grammer Feature Requests« on: May 12, 2013, 02:33:45 pm »Hehe, that is something that I am already working on (I even have had code for almost a 10 months in Grammer for this).Ans why not do so that this function is enabled for "." and disabled for ".." instead ? Labels which location doesn't have to be stored are rare and are used only when there's lots of SMC. 139
Grammer / Re: Grammer Feature Requests« on: May 12, 2013, 02:15:23 pm »
@persalteas : et moi, je compte peut-être pour du beurre ? Certes, je n'ai absolument rien fait et ne connais ce langage que très partiellement... Mais je soutiens totalement le projet et développerai peut-être des trucs lorsque j'en aurai le temps !
@Xeda: When we call a label, it needs time to find it. We can put the address in a variable, but it needs memory and a new name for each label. So why not add a new type of label being automatically parsed at the start of the program so that the application doesn't have anymore to parse it each time it is called ? For example, such a label could be declared as : Code: [Select] ..LABEL And when we do "call LABEL" or "Goto LABEL", the address will be stored for all the program execution. PS : why not include to your .zip persalteas' tutorial ? 140
Grammer / Re: [grammer] Problem with trigonometry« on: May 12, 2013, 01:59:41 pm »
Could you say what the problem is ?
141
TI-Nspire / Re: nTxt - Nspire Text Editor« on: May 12, 2013, 05:29:21 am »
Great, I thought the project was abandoned !
god jobWell, aren't you exaggerating a bit ? :p 142
TI-Nspire / Re: nTornado21 for NSpire« on: April 29, 2013, 06:46:13 am »
The graphics are really impressive. I suggest the key ctrl instead of enter to draw a card.
Do you compress the picture ? The game's size is more than 1 Mo... 143
News / Re: Get your weapons ready! zMegaman Released!« on: April 27, 2013, 05:30:29 pm »
The game looks really great ! Nonetheless, runing it either on wabbitemu or calcemu makes a RAM Cleared.
144
News / Re: Mini vMac for the TI-Nspire« on: April 13, 2013, 06:28:58 pm »
Hi, I tried to use the following disk : http://www.mediafire.com/?nmymty24z5t
Not only didn't it work, but also the file can't be deleted anymore. 145
News / Re: Mini vMac for the TI-Nspire« on: April 13, 2013, 09:23:13 am »
Wow, it is really great !
But is there any way to make scroll the screen ? 146
TI Z80 / Re: tok8x: a very simple on-computer tokeniser/detokeniser« on: April 06, 2013, 11:31:47 am »
Great ! Will you add some directives like #include, #define etc. ?
147
TI Z80 / Re: Worms' Land« on: March 28, 2013, 01:04:45 pm »
The system to adjust the firepower is to keep clicking on the key "DEL" until the power is the one wanted.
While "DEL" ? Because it is one of the 5 keys in TI-Basic (with directional keys) to have the property that when we keep clicking, the value of the key stays on "getKey". But the first time, it needs time for storing again the value. For example : when you click left, the cursor goes one notch to the left, some time passes, and then the cursor goes continually to the left. So the program was too fast with a TI-84+ and the delay for getKey too short. The firepower wasn't able to exceed 1. I had the idea too slow down the speed of the increasing of the firepower, but it was too slow for TI-83/TI-82. So I added this option. Of course, you can enable it even on a TI-83/83 model, but the firepower will be slow. 148
TI-Nspire / Re: z80 emulator for Nspire« on: March 26, 2013, 02:52:18 pm »
I see many people asking for the emulator's keys. But the principle is very simple and the same as Wabbitemu :
If you want the press the "(" key, you can see that the corresponding alpha key on the real calculator is "K", so you just have to press "K" on the emulator. Of course, some keys don't have any letter corresponding : menu => ON ESC => mode scratchpad => zoom tab => X,T,Θ,n ctrl => 2nd shift => alpha var => vars del => clear "=" => "Y=" trig => Window "key for some formula models" => trace book => graph pi => stats "?!" => (-) "flag" => DEL "newline" => quit the emulator EDIT : for the parenthesis, you can also use the "(" and ")" keys. 149
TI Z80 / Re: Worms' Land« on: March 25, 2013, 02:43:15 pm »
Sure I can put an animated screenshot. Here's an attachement for a single set.
The screenshot is for a TI-83+ model, it is faster on a TI-84. 150
TI-Nspire / Re: z80 emulator for Nspire« on: March 24, 2013, 04:58:12 am »You was faster, I wanted to do the same joke.Yeah, just trying to imagine how many layers of emulators we could fit in with this. (Also here's a quote in a quote in a quote.)I think Deep Thought was joking in reference to Xzibit, as in emulating an emulator in an emulator in an emulator in an emulator.EDIT: ...in nspire_emu in VirtualBoxuh ? When I launch the executable on my TI-Nspire CX CAS, nothing happens. |
|