4531
ASM / Re: Battery Level
« on: November 29, 2010, 08:24:28 pm »
Oh, that is helpful, thanks. Is there a way to do a multi-level test? Like that B_Call that returns a value from 0 to 4?
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. 4531
ASM / Re: Battery Level« on: November 29, 2010, 08:24:28 pm »
Oh, that is helpful, thanks. Is there a way to do a multi-level test? Like that B_Call that returns a value from 0 to 4?
4532
ASM / Battery Level« on: November 29, 2010, 08:19:26 pm »
Does anybody know of a way to check the battery level without using a B_Call? If you have code, hex or mnemonics are fine. Thanks
4533
Axe / Re: Importing picture variables?« on: November 29, 2010, 08:02:44 pm »
I don't know much about Axe, sorry, but Pic vars might be the phrase you are looking for (or just pic).
4534
BatLib / Re: SpriteLib« on: November 29, 2010, 06:51:56 pm »Welcome back Xeda! Oooh, there is an idea... The Delvar thing is quite possible And to check if a list exists... Well, I will detail the next command I have been working on. It is called GetStats. What it does is it returns the size of a variable, the type (to distinguish between program/protected program, real/complex, real list/complex list), and the archive status (0 is unarchived, anything else is archived). On another note, throughout the whole process of my assembly programming, I keep making calls that do useful-ish things that are meant to ween my programs off B_Calls. I gave myself room for 100 calls/routines/commands for this program and I am currently at 88. There are a bunch of calls not included in the actual program, but when it comes time to use them, they are there. I might run out of room soon ![]() 4535
Axe / Re: How do you write a string to the basic variable Ans?« on: November 28, 2010, 06:42:32 pm »
Wait a minute... Axe... Oops? I believe a similar question came up before, but I do not remember where. Sorry...
4536
Axe / Re: How do you write a string to the basic variable Ans?« on: November 28, 2010, 06:35:18 pm »
Whenever you use a string it is stored in Ans. For example:
:"HELLO :If Ans="HELLO :Pause Ans 4537
BatLib / Re: SpriteLib« on: November 28, 2010, 06:18:40 pm »
Thankee
![]() ![]() 4538
BatLib / Re: SpriteLib« on: November 28, 2010, 06:11:18 pm »
Well, I am programming in Hexadecimal, so the process is a bit different
![]() 4539
BatLib / Re: SpriteLib« on: November 28, 2010, 06:03:19 pm »
Yes, I am working on the app, but there are still bugs I need to tease out. I have a program that use the App for the calls, but the App isn't working independently, yet.
![]() 4540
BatLib / Re: SpriteLib« on: November 28, 2010, 05:36:05 pm »
Well, hello there! I actually did not get much programming done over my mini break, but I did manage to add one more useful command. It is called SubList and it is pretty simple to understand, I think. If L1 is {0,1,2,3,4,5,6} and you wanted to get the {2,3,4,5} part of that list. With the command, you use 0 as the list#, 2 as the offset, and 4 for the number of elements to copy:
:{38,0,2,4 :Asm(prgmFONT What I did not add was support for named lists and archived lists ![]() L1=0 L2=1 L3=2 ... 4541
BatLib / SpriteLib (program)« on: November 24, 2010, 12:58:56 am »
SpriteLib (program)
http://www.omnimaga.org/index.php?action=downloads;sa=view;down=596 SpriteLib is a program designed to add some functionality to BASIC programs. It can handle sprites, tilemaps, font editing, memory editing, and other functions to aid in developing. As of v3.3.30, there are 39 different functions. 4542
BatLib / Re: SpriteLib« on: November 23, 2010, 04:28:18 pm »
Wow... I should use that for NaNoWriMo next year. I will title my novel Read Me.
4543
BatLib / Re: SpriteLib« on: November 23, 2010, 04:24:56 pm »
Holy crap, how long is it? And is the spacing correct? like does it fit on one line?
I don't think they will make me give mine to him ![]() ![]() ![]() 4544
BatLib / Re: SpriteLib« on: November 23, 2010, 03:05:36 pm »
Actually, that isn't a bad idea. And maybe GroupTool, too. Group Tool is reliable, unlike the OS. Even groups that the OS screwed up can be ungrouped.
4545
BatLib / Re: SpriteLib« on: November 23, 2010, 02:40:20 pm »
Exactly! I mean, he is going to need something to use in Algebra 100... Actually, I think I will give him Axe 4.5 and Celtic 3. He is in the same boat I was with no internet
![]() |
|