Search found 42 matches

by Xeda
Sun 27 Feb, 2011 3:33 pm
Forum: Off Topic
Topic: This site is almost dead
Replies: 52
Views: 266400

Re: This site is almost dead

Yeah, I've been hanging around recently hoping for some random activity (like this :D).
by Xeda
Sun 27 Feb, 2011 4:19 am
Forum: Announce Your Projects
Topic: BatLib
Replies: 21
Views: 76821

Re: BatLib

Okay, so I did actually release the non-beta version a week ago and I imagine it is about time I upload the latest version, here. So the additions and changes are: -The menu is fixed -I temporarily removed hook chaining (hopefully it is temporary and I can fix the problems involved) -ShiftGraphScree...
by Xeda
Fri 25 Feb, 2011 4:22 am
Forum: Programming Help
Topic: why does ti contain op1set1, 2, 3 and 4
Replies: 1
Views: 6821

Re: why does ti contain op1set1, 2, 3 and 4

It's because it was easy, that's all. The code might have been something like: Op1Set0: xor a jr SetXXOP1 OP1Set1: ld a,1 jr SetXXOP1 OP1Set2: ld a,2 jr SetXXOP1 OP1Set3: ld a,3 jr SetXXOP1 OP1Set4: ld a,4 SetXXOP1: <<code for bcall(_SetXXOP1)>> I do that, too when I only need to add a few bytes to ...
by Xeda
Sat 19 Feb, 2011 6:14 am
Forum: Announce Your Projects
Topic: LSDOS
Replies: 3
Views: 15088

Re: LSDOS

Yeah, I know, but the real intent is to show off CopyProg and GetName and what can be done with the two programs aiding BASIC :D
by Xeda
Thu 17 Feb, 2011 3:11 am
Forum: Off Topic
Topic: The Happy Birthday Thread
Replies: 538
Views: 1121673

Re: The Happy Birthday Thread

Oh, cool! Happy birthday!
by Xeda
Thu 10 Feb, 2011 3:14 am
Forum: Announce Your Projects
Topic: LSDOS
Replies: 3
Views: 15088

LSDOS

LSDOS is a program I have been working on to showcase the potential of two other programs I was working on recently: CopyProg and GetName. CopyProg is a program that lets you copy almost any var from RAM or archive to another var. This is pretty useful for if you want to copy a picture to an appvar ...
by Xeda
Thu 10 Feb, 2011 2:22 am
Forum: Announce Your Projects
Topic: BatLib
Replies: 21
Views: 76821

Re: BatLib

Okay, sure! I'll just post them, too. Also, i am thinking about changing the little "L" used in the App name to some other symbol representing an "L" because there are a lot of people who have downloaded the previous version (that is, as I have mentioned, a beta version). I still...
by Xeda
Wed 09 Feb, 2011 2:45 am
Forum: News and Information
Topic: Site problem: Not handling cookies properly
Replies: 22
Views: 78483

Re: Site problem: Not handling cookies properly

Galandros wrote:I like the new slogan: "for your 1 bit pleasure!". :D
Agreed on that :D
Is there anything I should have looked out for? I didn't notice a password problem, but I am kind of new...
by Xeda
Wed 09 Feb, 2011 1:02 am
Forum: Announce Your Projects
Topic: BatLib
Replies: 21
Views: 76821

Re: BatLib

I hadn't even heard of this site, really, until I saw the post over on Omnimaga :D
The only new stuff I have for it since two days ago is an arbitrary precision multiplication routine (for handling very large numbers). I haven't really touched it since, though (other projects occupying my time :D).
by Xeda
Mon 07 Feb, 2011 1:51 am
Forum: Announce Your Projects
Topic: BatLib
Replies: 21
Views: 76821

Re: BatLib

Yeah, I've got a bunch of projects going right now, so I don't know how soon it will be ready. Right now I am going to completely change command 16 and modify the syntax of command 13, then it should be just about ready. I'll go through and optimise some of the commands now that all the syntaxes hav...
by Xeda
Sun 06 Feb, 2011 8:19 pm
Forum: Announce Your Projects
Topic: BatLib
Replies: 21
Views: 76821

Re: BatLib

Well, it is an assembly library with 64 functions so far... it includes some stuff to manipulate fonts, manipulate data, read from the archive, sprites, tilemapping, key presses (including multiple keys), executing hex codes, changing the contrast, drawing to the LCD, 12 rectangle routines, flag edi...
by Xeda
Sun 06 Feb, 2011 5:19 pm
Forum: Announce Your Projects
Topic: BatLib
Replies: 21
Views: 76821

BatLib

Mwahahaha, so I am finally here to infect MaxCoderz with my presence >_> Anywho, I have been working on a little project called BatLib for some time now and it is almost ready for release. I have released beta version on other sites, but the whole structure keeps changing. I am almost finished final...