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 ... 236 237 [238] 239 240 ... 317
3556
BatLib / Re: BatLib
« on: April 06, 2011, 04:49:20 pm »
Might I ask what the value for A is XD
EDIT: Never mind :P

3557
BatLib / Re: BatLib
« on: April 06, 2011, 04:43:50 pm »
That worked fine for me... I just tested it. Is that the only code?

3558
BatLib / Re: BatLib
« on: April 06, 2011, 04:40:29 pm »
The hex code to clear the LCD is EF4045 :P
All that does is clear the LCD, but when displaying the homescreen, it will reload the contents from the buffer
EF0745 displays the current contents of HL, but if you run it from the homescreen, the string is displayed, overwriting the value. So, in a program you can do:
Code: [Select]
dim(22,"EF0745
Pause
That being said, I have been bugged about this, too, but since I wasn't sure if anybody else would be, I decided to leave it this way. It will only take 4 more bytes of code, but I can prevent dim(22 and dim(23 from modifying Ans. Are there any other commands that should not modify Ans?

3559
BatLib / Re: BASIC ReCode v2.00
« on: April 06, 2011, 09:12:46 am »
Yeah, I will leave spaces as null commands.

3560
BatLib / Re: BatLib
« on: April 06, 2011, 09:12:24 am »
I know, I was using that to show off the speed of the rectangle operations. I could just take out key presses, but I don't want to :P

3561
BatLib / Re: BASIC ReCode v2.00
« on: April 06, 2011, 09:10:06 am »
I can probably do that as well as make a space a null character. Still, I think space are easy to spot since the screen is so small :P

3562
BatLib / Re: BASIC ReCode v2.00
« on: April 06, 2011, 08:54:31 am »
I have not added it, but it won't be difficult. Is there a token in particular that should start a comment? I was thinking a newline followed by a space...

3563
Miscellaneous / Re: What is your avatar?
« on: April 06, 2011, 01:38:46 am »
LOL!!!!
Seriously, though, no :D It isn't the numbers that change color, I just see the color in my head :D
I literally laughed out loud :D

3564
Miscellaneous / Re: What is your avatar?
« on: April 06, 2011, 01:29:54 am »
Yeah, that usually happens when I mix around numbers and letters because they either have the same sound or color :D That really peeves me when I am working on algebra XD I tend to mix up:
4/r/s/6 (similar color)
5-f (similar color)
9-n (probably the sound)

And occasionally I switch in a y for a 7 and I really don't know why. "y" doesn't remind me of a color unless I think about it :D

3565
Miscellaneous / Re: What is your avatar?
« on: April 06, 2011, 01:23:04 am »
I don't always have that problem because I can usually do math without the colors interfering and not all numbers cause me to see colors and have feelings. It is usually quite random, so I will see a number and it may or may not trigger a feeling or color :/ When I was younger I was always artistic and I couldn't work with numbers, but as soon as it clicked, it snapped :D

3566
BatLib / Re: BatLib Wishlist
« on: April 05, 2011, 10:08:26 pm »
I have actually been meaning to add my own form of string compression and decompression. It is the same method I used in BASIC/Celtic 3 once upon a time...

3567
BatLib / Re: BatLib Wishlist
« on: April 05, 2011, 09:45:30 pm »
Yeah, I think in that case, Crazy is easier XD I'll see if I can, because that would be cool!

3568
BatLib / Re: BASIC ReCode v2.00
« on: April 05, 2011, 09:44:20 pm »
What do you mean by stand alone? For now, ReCode is available only with BatLib because it uses BatLib routines and because apps always use multiples of 16384 bytes (even if it only has 1 byte of actual code). So, since both still fit on one app page (and there is still over 5000 bytes of code space left before it fills up), I have the two combined. I could make a ReCode app, but to ensure compatibility, it would still require dim(40 to begin ReCode. So if you want, you can think of BatLib as ReCode with BatLib included XD

3569
BatLib / Re: BatLib
« on: April 05, 2011, 09:34:02 pm »
Hmm, that is odd. I will have to see what is up with that... Also, for that, you can use command 21 which automatically copies to a string :)

3570
TI Z80 / Re: zStart - an app that runs on ram clears
« on: April 05, 2011, 03:25:42 pm »
Oh my god, is that how it works???? I mean, the font editor, it's so pure perfect!
Uh-huh! When I saw I could create fonts directly with the app I fell in love with it ♥

Pages: 1 ... 236 237 [238] 239 240 ... 317