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 ... 275 276 [277] 278 279 ... 317
4141
Miscellaneous / Re: Where Did Your Name Come From?
« on: February 02, 2011, 11:12:04 am »
i was in a story written by a classmate, in which i took the role of a dog. since i have latin at school i translated "wild dog" into latin, and shortened it (ferox = wild canus = dog so aka ferocanus) but later i realized i liked ferox more, but mostly its already in use :(
I like your nickname ♥ That is what it reminded me of, too. My friends tell me I remind them of a husky because of my eyes. Which is cool 'cause that is my favorite kind of canus.

4142
The Axe Parser Project / Re: Bug Reports
« on: February 01, 2011, 11:29:54 pm »
I think it forces a return to the homescreen without cleaning up after the program, so a "ghost" copy is left in mem. Not sure, though.
Yeah, I am fairly sure that is what happens. It is the same thing if you use that bcall that ends an app. I never knew about EF0B50... I'm going to check that out :D

4143
The Axe Parser Project / Re: Bug Reports
« on: February 01, 2011, 11:14:52 pm »
Yes! I never noticed that before... The number of bytes you lose is equal to how large the code is. So maybe that is the problem? It could just be messing with the RAM a little too much. I wonder how large the program is?

4144
The Axe Parser Project / Re: Bug Reports
« on: February 01, 2011, 10:35:42 pm »
If it is the b_call that allows for modifier keys (EF7249), pressing [2nd]+[ON] should shut the calc off and when you turn it back on, it should return to the homescreen. I have never had a problem with that and that is what I normally use when I am debugging (and I've messed with the stack).

4145
TI Z80 / Re: TI 83+/84+ randomness
« on: February 01, 2011, 10:17:13 pm »
Does SetUpEditor work regularly on your calc? I never knew that Basic Builder had problems with that.
Code: [Select]
SetUpEditor LRND                   ;Supposed to be the little "L"

Is that what it looks like?

4146
TI Z80 / Re: CopyProg
« on: February 01, 2011, 08:44:50 pm »
Oh, "F" happens to be 46h and "[" is 06h... I do and 1Fh, so that leaves the upper 3 bits to be anything. 2^3=8

4147
TI Z80 / Re: CopyProg
« on: February 01, 2011, 08:36:48 pm »
The other prefixes are in the readme. And "E" and "[" are both program prefixes. It was just that for strings, I had → as the prefix, but that isn't normally doable in BASIC, so I use "D" for strings. There are actually 8 prefixes for each type, but the letters are easier to use.

4148
TI Z80 / Re: CopyProg
« on: February 01, 2011, 05:32:12 pm »
ztrumpet is a mind reader. I was just going to look for this topic and I had just typed "copyprog" into the search thing when ztrumpet made a post. Nice. Anywho, I am glad he did because I was about to upload the version that used "Delvar " (well, actually, it could use any 'BB' token), but his way was a lot more practical. Also, I found a problem when Str1 is archived, so I fixed that. The total cost was 20 bytes, but it is definitely worth it (143 bytes). So here is how it works:

CopyProg is still compatible with the previous syntax. However, if you add a "-" (the minus sign, not the negative sign) to the beginning, you delete the var. In this case, Str1 is not needed. The name of the var to be deleted is in Ans. So for example, to delete prgmTEMP, "E" is a prefix for a program:
Code: [Select]
:"-ETEMP
:Asm(prgmCOPYPROG

Also note that there is no need to delete the variable if you want to reuse it for temporary storage. For example:
Code: [Select]
:"5PROG1→Str1
:"[T
:Asm(prgmCOPYPROG        ;appvar PROG1 is copied to prgmT
:prgmT
:"5PROG2→Str1
:"[T
:Asm(prgmCOPYPROG        ;appvar PROG2 is copied to prgmT
:prgmT
:"-[T
:Asm(prgmCOPYPROG        ;deletes prgmT

EDIT: I noticed I accidentally typed that "E" is a suffix instead of prefix :D

4149
TI Z80 / Re: CopyProg
« on: February 01, 2011, 02:07:27 am »
Ah, okay. Well, I was thinking I could make it so that using "[" as the prefix would make a twmp program and using "E" as the prefix would make a regular program. Then again, I could make it so that if "Delvar " was the prefix it would delete it... Okay! I think I will go with the "Delvar " prefix thing, does that sound good?

4150
KnightOS / Re: Needed Routines
« on: January 31, 2011, 09:20:10 pm »
Sure, I guess that is okay :P

4151
TI Z80 / Re: CopyProg
« on: January 31, 2011, 08:52:35 pm »
Do you mean create temp vars? I can check... probably.

4152
TI Z80 / Re: CopyProg
« on: January 31, 2011, 08:01:48 pm »
Wait, how is that adult content...
* Xeda112358 wonders if she wants to know...

4153
TI Z80 / Re: TI 83+/84+ randomness
« on: January 31, 2011, 11:39:39 am »
Um, the time commands only work on the 84+/SE in case you are worried about compatability. 83+ users won't be able to use this program.

4154
News / Re: The Psyche and BatLib v4.00 Beta released
« on: January 31, 2011, 10:46:51 am »
Yeah, for mine, I just added an F3 as the second byte of code to disable interrupts and that seemed to fix it all up!

4155
Math and Science / Re: Math! (and that is not a factorial)
« on: January 31, 2011, 10:45:05 am »
I would love to be a teacher for other things, but I would prefer to be a professor for math.

Pages: 1 ... 275 276 [277] 278 279 ... 317