Show Posts

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.


Messages - ExtendeD

Pages: 1 2 3 [4] 5 6 ... 55
46
TI-Nspire / Re: TI-Nspire emulator
« on: July 23, 2013, 04:41:32 pm »
Sure, sorry about that. It's commited to the SVN trunk.

47
TI-Nspire / Re: Nspire assembly
« on: July 22, 2013, 04:15:41 pm »
I have a question though: When I comment out "bl lcd_ingray" in the asm example, the editor promptly closes (crashes ?). Commenting out "lcd_ingray()" in the C example however doesn't crash and the program works fine.

It seems that nspireio2 supports color screen buffers although the ReadMe doesn't advertised it, so skipping lcd_ingray() may not be a problem.
But the ARM demo does expect a gray screen buffer (2 pixels per byte).

48
TI-Nspire / Re: TI-Nspire emulator
« on: July 18, 2013, 03:39:11 pm »
Legimet, everything has been fixed in the latest Ndless/SDK: http://ndlessly.wordpress.com/2013/07/18/gdb-debugging-now-available/
I'm not able to test in on Linux though.

49
TI-Nspire / Re: Nspire assembly
« on: July 09, 2013, 04:07:06 pm »
As Lionel Debroux points it out, ARM assembly is not the recommended language to develop for Ndless, although it can be a good option for low-level interaction with the hardware of for performance (as for example used by Goplat or calc84maniac for their emulators).

So I haven't really been maintaining anything in the Ndless SDK to make things really easy when developping in ARM.
But I have fixed what has been broken in the past revisions for your two to be able to get your hands on ARM assembly. Don't except things to go without any hassle, but you can report anything missing that could help you.

1) Download the Ndless SDK r833 or higher
2) Have a look at _samples\helloworld-asm I've added
3) The Makefile template and the Ndless Editor are now ARM assembly aware. When creating a new project, build your .S (mind the upper case, so that the file is processed by the preprocessor) with Tools>Build to generate the Makefile as you would do for a C/C++ program.

Some things (defines, structures, ...) won't always be directly available in assembly, in these cases you'll have to browse into the include files to understand the C definitions and translate them into assembly. The  Hackspire Wiki will also be a good source of information.

50
General Calculator Help / Re: What to do about the TI Nspire?
« on: June 30, 2013, 04:57:28 am »
Now Ndless can run on OS3.1
OS3.2 and OS3.6 to be punished in September both can't install Ndless.

Nice slip BTW :)

51
Lua / Re: Nspire-Lua IDE : plugin for Intellij IDEA
« on: June 30, 2013, 04:47:16 am »
To load the file into the emulator, maybe some AutoIt hack would as I did for the NdlessEditor.

52
TI-Nspire / Re: TI-Nspire emulator
« on: June 29, 2013, 05:44:25 pm »
The GDB stub should work well, but the integration with the Ndless loader seems indeed to have been broken at some point, I'm sorry about that. I'll see what has gone wrong.

53
TI-Nspire / Re: [Ndless C] nRayC, a raycasting library for TI-Nspire
« on: June 22, 2013, 03:25:57 am »
With Ndless 3.1 it's actually not really different than installing it on real HW. Create the folder ndless/, transfer ndless_resources to it, then ndless_installer as an OS update (there's an nspire_emu command for this in the link menu). it's a matter of seconds :)

54
News / Re: TI-Nspire emulator for Android
« on: June 20, 2013, 03:30:13 pm »
At least it shows that there's some interest for it :) I'll try to keep some time for the project.

55
News / Re: TI-Nspire emulator for Android
« on: June 20, 2013, 01:34:38 am »
This was an experiment not really meant for public announcement. I'm not actively working on the project at the moment.

56
News / Re: C++ on the TI-Nspire
« on: June 19, 2013, 01:59:35 am »
tangrs should be thank for this, he did most of the hard job.

57
News / Re: C++ on the TI-Nspire
« on: June 17, 2013, 07:21:52 am »
So does the use of bFLT mean that the issues with global variables are now also solved?

Yes :) You can thank tangrs for this.

58
TI-Nspire / Re: [Ndless C] nRayC, a raycasting library for TI-Nspire
« on: June 15, 2013, 09:46:40 am »
Thanks hoffa, I've added it to Ndless/libndls.

59
TI-Nspire / Re: [Ndless C] nRayC, a raycasting library for TI-Nspire
« on: June 15, 2013, 04:26:15 am »
Nice Matrefeytontias :)
I suppose that cross-platform compatibility would require SDL, if it's now available on PRIZM.

60
TI-Nspire / Re: [Ndless C] nRayC, a raycasting library for TI-Nspire
« on: June 12, 2013, 05:04:06 pm »
Nice, I'm looking forward to the release :)

Pages: 1 2 3 [4] 5 6 ... 55