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 - Aspiring

Pages: 1 2 [3] 4 5 ... 7
31
TI Z80 / Re: [axe] 2D minecraft game
« on: April 04, 2014, 05:56:18 pm »
Thanks!  :thumbsup:

32
TI Z80 / Re: [axe] 2D minecraft game
« on: April 04, 2014, 04:03:04 pm »
I would like to have the source to this but when i click on one of the links I get a message saying an error has occurred.  :/

33
Axe / Re: Running Basic in Axe from an application
« on: April 04, 2014, 11:00:34 am »
bump.

34
TI-Nspire / Re: LuaZM-like interpreter for nspire?
« on: April 03, 2014, 04:52:35 pm »
Perhaps it would be possible to add in luaJIT to make blazing fast lua. http://luajit.org/index.html

35
General Calculator Help / Re: Hide finance app?
« on: April 03, 2014, 04:45:40 pm »
I think that the modified version basically just removed the stuff that didn't work anymore and didn't really fix any incompatibilities.

36
Axe / Running Basic in Axe from an application
« on: April 03, 2014, 04:41:10 pm »
Hello everyone! I found on the forums a very nice routine by Xeda112358 for running basic programs in axe but it doesn't seem to work for applications.  Could anyone tweek it so that it can?  I would really appreciate it!   ;)   Thanks!   :D



Okay, so earlier I was asked by aeTIos for a hex code to run BASIC programs in Axe and I have heard that this was requested by others, so here goes my rendition... I am sorry in advance if my Axeing is horrible, this is only my second routine:
Code: [Select]
"prgmHELLO"→Str1                     ;Name of the var
Str1                                 ;To get the pointer to the string in HL (Ans)
Asm(E7FDCB08CEEF9B4AFDCB088E         ;


Here is the asm:

Code: [Select]
rst 20h
set 1,(iy+8)
B_CALL (_ParseInp)
res 1,(iy+8)

37
TI-Nspire / Re: Minecraft 2D for TI-Nspire
« on: April 02, 2014, 03:48:30 pm »
Awesome!  :thumbsup:

38
Math and Science / Re: Great program for calculus
« on: April 02, 2014, 01:57:57 pm »
Lol.  I love star wars.  ;D  (Although the older movies were much better.)

39
Math and Science / Re: Great program for calculus
« on: April 02, 2014, 01:54:40 pm »
Maybe you could add a feature to calculate x number of derivatives in explicit and implicit mode.  (Also it seems like you are having trouble with the size of your program.  I have a few ideas about how to minimize the size of the app to only one single app and a appvar (no picvars even).  I am not completely sure if it will work.  More on that later because I have schoolwork and classes I need to go to.  It may be even possible to have just the app.)


EDIT: removed silly question

40
News / Re: TI really buys Omnimaga: more details
« on: April 02, 2014, 11:38:19 am »
Not sure what to say....  I am halfway between laughing and being really depressed about it...   :P   

41
Miscellaneous / Re: Ticalc.org fools day
« on: April 02, 2014, 11:32:13 am »
HAHAHAHA!!! My favorite three are "ti buys omnimaga" (of course), "os 2.71mp leaked", and also in-program ads on ticalc: http://www.ticalc.org/archives/news/articles/14/141/141904.html


EDIT: fixed embarrassing misspelling

42
News / Re: TI really buys Omnimaga: more details
« on: April 02, 2014, 11:08:05 am »
Now that this is a joke if "TI really buys omnimaga" how would it cost.  ;D  More of a retorical question. lol Good joke Eeems.  :thumbsup:   

43
The Axe Parser Project / Re: Features Wishlist
« on: April 01, 2014, 11:02:18 pm »
Sounds like you have a lot you're planning on.  I cannot wait for the next update!   :thumbsup:  (and maybe even axe 2.0)

44
News / Re: TI buys Omnimaga
« on: April 01, 2014, 10:50:55 pm »
Cannot believe I am saying this but I am now convinced that TI is merging with omnimaga.  I hope that this will be for the best.  :)  We shall see I suppose.  I am really excited to see what will happen.  I really hope that this isn't an April fools joke because this could be a sign that things will improve.

45
Axe / Re: Final Exams Program
« on: April 01, 2014, 07:33:32 pm »
There is an axiom for using system floating point math but it is not very easy to use (it might even be slower than just using basic).  I recommend that you just stick with basic unless you have some special reason.

Pages: 1 2 [3] 4 5 ... 7