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

Pages: 1 2 [3] 4
31
TI-BASIC / Re: Shells
« on: July 01, 2012, 11:46:38 pm »
Ok , thanks.

32
TI-BASIC / Re: Shells
« on: July 01, 2012, 11:42:46 pm »
Thanks this  reallly helps. I think i read somewhere though that certain basic functions dont work in mirage os?

33
TI-BASIC / Shells
« on: July 01, 2012, 11:25:34 pm »
 :w00t: I  was just wondering how to program for shells like mirage OS and Ion.

34
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 01, 2012, 10:14:00 pm »
2924: You sleep with your calc.

35
General Calculator Help / Re: Debug
« on: July 01, 2012, 09:59:10 pm »
Ok , does anyone know how to record on wabbitemu? i made a video but it seems to be in the wrong format or something .

36
Axe / Re: Mirage OS usage
« on: July 01, 2012, 09:55:03 pm »
z80 Assembly. In Axe you might do it this way:
Code: [Select]
Data(100,90,80,70,60,50,40,30,20,10,0)->GDB1HS
.later...
S->{GDB1HS+10}
sub(SORTD,GDB1HS)
.assume SORTD is a subroutine


And whats in the subroutine? sorry im just really confused because im new to this.

37
General Calculator Help / Re: Debug
« on: July 01, 2012, 08:41:56 pm »
So i have wabbit emu installed on my computer and i moved the TI boy app to it. When i tried to run it though debug came up and i dont know what to do . Can someone explain this?
What OS have you installed on Wabbitemu ? MathPrint OS are known for having bugs with TI Boy.
i have 2.55

38
Introduce Yourself! / Re: new
« on: July 01, 2012, 08:39:41 pm »
Hello, and thanks for welcoming me.

39
Axe / Re: Mirage OS usage
« on: July 01, 2012, 07:12:21 pm »
A section with the initial data following a label:
Code: [Select]
HScoreData:
.db 100,90,80,70,60,50,40,30,20,10,0
for example. Then modify the memory locations in terms of the label. As an example:
Code: [Select]
ld hl,(score)
 ld (HScoreData+10),hl
 ld hl,HScoreData
 call SortD


Sorry but i dont understand any of that :/

40
Introduce Yourself! / Re: new
« on: July 01, 2012, 07:10:49 pm »
Yea all im doing now is learn axe , its much better than basic.  :thumbsup:

41
Introduce Yourself! / Re: new
« on: June 30, 2012, 08:04:13 pm »
Its a welcome to new guests

Oh thnx !

42
Introduce Yourself! / Re: new
« on: June 30, 2012, 07:54:47 pm »
i dnt get it. Whats with the peanuts? and as soon as i learn enough to make some good ones il post them.

43
General Calculator Help / Re: Debug
« on: June 30, 2012, 07:49:57 pm »
I dont think so . What does that do?

44
Introduce Yourself! / Re: new
« on: June 30, 2012, 07:48:56 pm »
Yes i program for ti 84+ SE and im learning some computer stuff,no music though. :D  . Im in the process of learning axe parse and Basic .

45
Axe / Re: Mirage OS usage
« on: June 30, 2012, 07:45:30 pm »
I garbage collect on my own so i dnt mind . Could you explain what i need to actually put in my program to save highscores?

Pages: 1 2 [3] 4