0 Members and 1 Guest are viewing this topic.
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.
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
Does C allow someone to do every single things possible in ASM?
Quote from: ruler501 on February 17, 2011, 11:53:23 pmI 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 NspireLanguages 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.
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.).