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
« on: February 03, 2011, 02:33:59 am »
4127
« on: February 03, 2011, 01:24:49 am »
Nice, that is too amazing Is it eco-friendly?
4128
« 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
« 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
« on: February 03, 2011, 12:42:26 am »
Yep, it still works properly I use it the normal way in the example program.
4131
« 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
« on: February 03, 2011, 12:04:35 am »
Hey! That's not a bit! That's a byte (just playin') Fine, I take away a byte: 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: Pause 37 This displays "HOWDY WORLD!" on the homescreen: Pause "HOWDY WORLD!
4133
« on: February 02, 2011, 11:04:50 pm »
: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
« on: February 02, 2011, 05:44:59 pm »
All of them are on TICalc, yes.
4135
« 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
« on: February 02, 2011, 05:26:30 pm »
I do plan to add assembly mnemonic support in BASIC ReCode.
4137
« 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
« 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
« 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
« 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
|