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

Pages: 1 ... 239 240 [241] 242 243 ... 317
3601
Introduce Yourself! / Re: SALUTATIONS
« on: April 02, 2011, 11:18:04 pm »
Cool! And you're funny, too! I love doing math ♥ I am horrible at it in school, but I love it so much! I would give you some more peanuts so you build up a resistance, but I'm out, sorry x.x I wonder where Holmes is...

3602
Introduce Yourself! / Re: Calculators and Me
« on: April 02, 2011, 09:27:18 pm »
Wow, I'm impressed! That is a lot of calcs :P Maybe you can tutor me in math XD I am only pulling maybe a C in my classes ._.

3603
Introduce Yourself! / Re: SALUTATIONS
« on: April 02, 2011, 09:07:51 pm »
Oh, hi there! I'm surprised I haven't seen your intro! I'm not musically talented or artistically inclined, so I always have an appreciation for those with that kind of talent :D

3604
Humour and Jokes / Re: What Zeda looks like...
« on: April 02, 2011, 09:03:29 pm »
Yeah, I know too many victims of creepy people :( I virtually have no pictures of myself, though, so I'm good :D

3605
BatLib / Re: BatLib
« on: April 02, 2011, 06:00:16 pm »
Hm, so I was over on TIBD when I got an idea to make a command to delete or insert list elements. I'm not sure why there isn't an OS command (or is there?) for this since there are bcalls... For the deleting, you need to specify the offset into the list, the number of elements to delete and which list you want to perform the function on. I have not actually added the insert command yet, but deleting works like this...

Let the list to play with be {0,1,2,3,4,5,6,7,8,9}

To delete 4 elements starting at the 2, you can do:
Code: [Select]
dim(91,2,4,{0,1,2,3,4,5,6,7,8,9The result will be {0,1,6,7,8,9} in Ans
Alternatively, if that list was stored to L1, you can do:
Code: [Select]
dim(91,2,4,0or
Code: [Select]
dim(91,2,4,L1As a note, they directly modify the list, so there is no need to do something like this:
Code: [Select]
dim(91,2,4,0→L1
Blegh, now I wonder if I should make similar commands for strings...?

3606
TI Z80 / Re: Idea : axiom DCS routines
« on: April 02, 2011, 04:23:42 pm »
If DCS has a jump table for calls (I think it does), then an axiom could be made, possibly, that use DCS calls. If I knew how to make Axioms, I would try to make one.

3607
The Axe Parser Project / Re: What if....
« on: April 02, 2011, 12:14:26 pm »
Okay, I'll ask :P
That was the App I was talking about :D

3608
The Axe Parser Project / Re: What if....
« on: April 02, 2011, 12:01:06 pm »
hehe, I like the idea of being able to switch out fonts without going through a menu... I made an App that lets you change the font during program execution or from the homescreen. It only has 6x8 and 8x8 fonts, though :/

3609
Miscellaneous / Re: What is your avatar?
« on: April 02, 2011, 11:37:57 am »
Aw, that looks cute! I like your signature thing, too!
* Xeda112358 loves Pokémon

3610
Humour and Jokes / Re: What Zeda looks like...
« on: April 02, 2011, 11:11:04 am »
Hmm, I forgot to say, but when I first saw this thread I assumed the first picture would a good looking one of the real zeda, but I was quite... Well, surprised to see David's sketch :P. Loli
:P Maybe if I ever get a camera I will upload something to facebook. For now, Scout, I'm gonna use that one :D

3611
Other / Re: Anyone use Logisim?
« on: April 02, 2011, 01:13:30 am »
(ignored) :P I see what you mean... That is why I think 32-bit is about as high as we need for now.

3612
News / Re: April Fools prank... well... for now
« on: April 02, 2011, 01:11:06 am »
Hehe, I only stopped falling for it when I saw the halt loop :D Until then, I was paranoid enough to believe it :D After that I thought "Wow, this is a cool idea! We should start having hacking/cracking competitions!" I mean, we could take modified OSes and we could be challenged to use them and work around obstacles that way we are prepared >_>

3613
Miscellaneous / Re: Ticalc.org fools day
« on: April 01, 2011, 08:20:14 pm »
Dang, I cannot upload my abacus program !_!

3614
The Axe Parser Project / Re: What if....
« on: April 01, 2011, 08:10:17 pm »
Erm, is that the link you wanted? And can he do this in Axe?

3615
The Axe Parser Project / Re: What if....
« on: April 01, 2011, 08:06:42 pm »
Font editor or token editor? Those are two different things :D

Pages: 1 ... 239 240 [241] 242 243 ... 317