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 ... 274 275 [276] 277 278 ... 317
4126
TI Z80 / Re: TI 83+/84+ randomness
« on: February 03, 2011, 02:33:59 am »
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?
no, i already found the bug, i put the setupeditor after the unarchiving :P
should work now :P

but progs are also still in BASIC so they are easy to edit. and you can find the bugs

btw, new update (and im going to be late for school XD)


If you use SetUpEditor, you don't even need to unarchive. It does it for you :D

4127
Miscellaneous / Re: Where Did Your Name Come From?
« on: February 03, 2011, 01:24:49 am »
Nice, that is too amazing :D Is it eco-friendly?

4128
TI Z80 / Re: CopyProg
« on: February 03, 2011, 12:50:02 am »
Ah, okay. I'll see what I can do, then. That was what I was worried about-- the clutter. So, yeah, I'll put together a package then.

4129
BatLib / Re: SpriteLib
« on: February 03, 2011, 12:47:35 am »
Okay. I have been working with the modified version and it actually cut down the size of BatLib, also. The only place this uses more memory is when you could have omitted the type to begin with. It is still faster though and it will help make other commands faster and smaller.

4130
BatLib / Re: Ideas-BatLib
« on: February 03, 2011, 12:42:26 am »
Yep, it still works properly :D I use it the normal way in the example program.

4131
Miscellaneous / Re: Lengthy time to find one ASM error
« on: February 03, 2011, 12:07:49 am »
hahahahahahahahahahahahaha.... um, several months? I forgot to add 23 or inc hl at the beginning. It was why it took me so long to get SpriteLib to be the app BatLib. I forgot that my call ConvDecAtHL required HL to point to the second byte of an FP number.

4132
Introduce Yourself! / Re: HI!
« on: February 03, 2011, 12:04:35 am »
Hey! That's not a bit! That's a byte :P (just playin')
Fine, I take away a byte:
Code: [Select]
Pause "HELLO WORLD!So that is a neat trick. If you want to Pause and display text or a number, you can use Pause the same way you use Disp.
To display text, you use the quotation mark.

This displays the number 37:
Code: [Select]
Pause 37This displays "HOWDY WORLD!" on the homescreen:
Code: [Select]
Pause "HOWDY WORLD!

4133
Introduce Yourself! / Re: HI!
« on: February 02, 2011, 11:04:50 pm »
Code: [Select]
:Pause "HELLO!(Didja press enter yet!?!)
Hello, welcome, whatsup? HI!
Hey, at least you have an interest in programming! There are tons of people to help, here, so don't you worry about your BASIC skills, we'll help ya out! ^-^

Hi!

4134
TI Z80 / Re: CopyProg
« on: February 02, 2011, 05:44:59 pm »
All of them are on TICalc, yes.

4135
BatLib / Re: Ideas-BatLib
« on: February 02, 2011, 05:31:53 pm »
No, this does not create its own tokens. It would be like:
LD A,B
OR A
RET Z

So it would take up a lot of memory...
Maybe I should just make a compiler...
That can compile to a program or just return the hex...
I do have it working for simple mnemonics, but that just means some LD and ADD/SUB things.

4136
BatLib / Re: Ideas-BatLib
« on: February 02, 2011, 05:26:30 pm »
I do plan to add assembly mnemonic support in BASIC ReCode.

4137
TI Z80 / Re: CopyProg
« on: February 02, 2011, 05:24:02 pm »
Oh, that's what that is...
Anywho, pretty much all of the programs I make are intended for BASIC programmers. I have:
ASMHex-Lets you execute a string of hex code (instead of using sub programs)
BASIC Sprite- A small program to display a sprite. Uses a hex string and some vars for coordinates
DataString-Converts a list to a string or the other way around
DataType-Changes the type of variables (helpful if you have lots of sub programs or you want to hide vars)
HexToken-Converts a string of hex to its tokens
ListToReal-Copies list elements to real vars
MultiGraphs-Gives the user 16 additional graph screens to manipulate (using no user RAM)
MultiPics-Manipulate any of 256 pic vars using 6 functions
TokenHex-Converts tokens to their hex
Xtra-Makes hacked vars

I have a few other ones, but they aren't as easy to use.

4138
BatLib / Re: Ideas-BatLib
« on: February 02, 2011, 05:14:10 pm »
Ahh, this isn't a programming language, it is like Celtic 3. This just modifies the regular OS command "dim("

However, when I do get back to work on command 40 (BASIC ReCode), it uses "." as the start of a comment... BASIC ReCode is a programming language, but I am pretty sure it doesn't work anymore.

4139
BatLib / Re: SpriteLib
« on: February 02, 2011, 04:33:10 pm »
Before I release the actual BatLib app, I have a question. Should I use the syntax to read variables as Type,"VarName" or should I just use "VarName", but require a prefix byte? If I do the prefix method, to read prgmBATTLENG, instead of 5,"BATTLENG", you would use "[BATTLENG". This would save memory and speed, so I like this method better. It will be the same syntax as the CopyProg program.

4140
Miscellaneous / Re: Where Did Your Name Come From?
« on: February 02, 2011, 11:16:51 am »
Oooh, ouch. Yeah, that could cause a problem. Also, I go with my last name as "Elnara" just because I like the sound of it. I've been told that that part makes the name sound almost elven, so I guess that is pretty cool.

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