Author Topic: NSpire Rumors  (Read 10944 times)

0 Members and 1 Guest are viewing this topic.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: NSpire Rumors
« Reply #15 on: February 11, 2011, 03:32:39 pm »
TI wouldn't give open asm support. It would be more like a limited c compiler sdk, but why would we even need this if we already have ndless.
Like what has been said before, C gets compiled to asm, so if TI has C support, they have no way to block asm. They could certainly disourage it, by not including asm tools in their SDK, but they can't block it.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: NSpire Rumors
« Reply #16 on: February 17, 2011, 11:45:46 pm »
Does C allow someone to do every single things possible in ASM?

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: NSpire Rumors
« Reply #17 on: February 17, 2011, 11:53:23 pm »
I hope they open this calculator up more. It has a tremendous capability if we can program it (Ndless certainly helps)
Even though I will not update my OS before I know it is not some kind of an evil ploy by TI to block Ndless and games.

8ruler wishes very hard for a nice python programming for his Nspire
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: NSpire Rumors
« Reply #18 on: February 17, 2011, 11:55:35 pm »
My real concern, though, is that if they decide to release a SDK, will it be free? When they released the TI-83+ SDK (Flash Debugger) in 1999, it was not free until 2003 or so. Hence why almost all old ASM games on ticalc.org are not APPs.

Also I still hope for an Axe-like language (on-calc programmable) for the TI-Nspire

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: NSpire Rumors
« Reply #19 on: February 17, 2011, 11:58:23 pm »
That would be great but I still want it in a language I know
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: NSpire Rumors
« Reply #20 on: February 18, 2011, 03:57:59 am »
Do you mean the SDK? From what I gather, it would most likely be ARM ASM or C. As for Axe, it would be nice for 83+/Casio BASIC coders who can't stand C and 68k/nspire BASIC syntax.

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: NSpire Rumors
« Reply #21 on: February 18, 2011, 04:03:37 am »
I hope they open this calculator up more. It has a tremendous capability if we can program it (Ndless certainly helps)
Even though I will not update my OS before I know it is not some kind of an evil ploy by TI to block Ndless and games.

8ruler wishes very hard for a nice python programming for his Nspire
Languages like python would be hard to implement because they are interpreted. Not that the nspire couldn't handle that, but it takes a lot of memory and is difficult to program. I would agree with DJ that an SDK would be either ASM or C. For a relatively simple device like a calculator you don't need very high level languages.   

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: NSpire Rumors
« Reply #22 on: February 18, 2011, 08:21:13 am »
Ruler will take a nice C/C++ Programming. That would be good
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: NSpire Rumors
« Reply #23 on: February 18, 2011, 08:50:22 am »
Does C allow someone to do every single things possible in ASM?
I'm pretty sure there is asm subroutines.

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: NSpire Rumors
« Reply #24 on: February 18, 2011, 08:59:36 am »
There's no C equivalent for a number of low-level processor instructions. And even inline ASM is not enough in some cases (peculiar calling conventions, etc.).
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: NSpire Rumors
« Reply #25 on: February 18, 2011, 09:34:55 am »
I hope they open this calculator up more. It has a tremendous capability if we can program it (Ndless certainly helps)
Even though I will not update my OS before I know it is not some kind of an evil ploy by TI to block Ndless and games.

8ruler wishes very hard for a nice python programming for his Nspire
Languages like python would be hard to implement because they are interpreted. Not that the nspire couldn't handle that, but it takes a lot of memory and is difficult to program. I would agree with DJ that an SDK would be either ASM or C. For a relatively simple device like a calculator you don't need very high level languages.   

You should preface that with "On an Nspire,"

I write Python for my TI-81 quite regularly.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: NSpire Rumors
« Reply #26 on: February 18, 2011, 09:54:44 am »
There's no C equivalent for a number of low-level processor instructions. And even inline ASM is not enough in some cases (peculiar calling conventions, etc.).
I just mean asm code that is typed inside a C program. A few many of the subroutines that come with ndless use that.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: NSpire Rumors
« Reply #27 on: February 18, 2011, 02:47:29 pm »
Idk, perhaps it is a color nspire? With C and asm? Computer like resolution?
« Last Edit: February 18, 2011, 02:55:04 pm by qazz42 »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: NSpire Rumors
« Reply #28 on: February 18, 2011, 09:34:55 pm »
Or maybe in response to complaints about OS 2.1 size, OS 3.0 will remove 84+ emulation. O.O
« Last Edit: February 18, 2011, 09:35:19 pm by DJ_O »

Offline Goplat

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 289
  • Rating: +82/-0
    • View Profile
Re: NSpire Rumors
« Reply #29 on: February 18, 2011, 11:43:15 pm »
Casio and TI are teaming up to create a new graphing calc, with the most limited programming capabilities to date. It's going to be called the PrizN. Advertising will largely be targeted at educational institutions and will feature the slogan "Kids can't handle too much freedom. This semester, send them to a PrizN."
Numquam te deseram; numquam te deficiam; numquam circa curram et te desolabo
Numquam te plorare faciam; numquam valedicam; numquam mendacium dicam et te vulnerabo