1081
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: November 17, 2010, 09:51:39 pm »829:Your calc runs Windows.830: Every computer OS in existence is based off your calculator.
831: You have Windows 8 on your calc.
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. 1081
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni« on: November 17, 2010, 09:51:39 pm »829:Your calc runs Windows.830: Every computer OS in existence is based off your calculator. 831: You have Windows 8 on your calc. 1082
Art / Re: 55 x 8 BW logo« on: November 17, 2010, 09:48:37 pm »
aIDE, irIDEscent (I likes this one), prIDE
1083
Art / Re: 55 x 8 BW logo« on: November 17, 2010, 09:43:31 pm »
joyrIDE, nightsIDE, overrIDE, tIDE (j/k)
1084
Axe / Executing nostub progs« on: November 17, 2010, 09:19:19 pm »
Is there a way to execute a nostub program from an Axe app, or would I need ASM code to use with Asm()? If so, what would that routine be?
1085
The Axe Parser Project / Re: Features Wishlist« on: November 17, 2010, 09:14:05 pm »
I think he meant built-in icon support, like you can define a description.
It's been requested before, I believe. 1086
TI Z80 / Re: Nemo's IDE« on: November 17, 2010, 09:08:37 pm »
[offtopic]
I tested it on DJ's Illusiat 13 (Best game ever! Quick, everyone download)Very true. Although 11's almost as good. [/offtopic] Looks pretty cool. I should give it a looksy. 1087
TI Z80 / Re: Program Combination« on: November 17, 2010, 09:02:44 pm »
Since you posted this, I've been thinking about it over and over, and with a few routines I'll ask for elsewhere, I could quite possibly use this to rewrite Nostalgia.
The way it's currently set up, I'd need quite a lot of optimization to get it to fit in an app. However, with this, I could theoretically have several archived appvars holding the code for each multi-paged program. Then, I could copy that data to a program and execute it from the app. When I needed something that didn't exist in the pages of the current program, I would jump back to the app and switch the program by copying the code from another appvar. All my data could remain in appvars like it is now, and I would definitely fit within the executable code limit in the app. Of course, this is all 100% theoretical, and I haven't tested the idea at all yet, but if I can get a routine to execute a nostub program from an app, I'm gonna test it. 1088
TI Z80 / Re: YEONG RPG« on: November 17, 2010, 07:39:32 pm »
Here's my variable size hex sprite grabber. It takes a sprite from the graph screen. I made it so I could recall pictures, then grab sprites off the screen. It's written in TI-BASIC and requires Celtic III/DCS7 to run.
Just run prgmAHEX2 and then input the height and width of your sprite. I didn't implement boundaries for moving the cursor around, so be careful not to go off the screen. Press 2nd when the cursor is over the sprite to convert it. The result is in Str1 with a leading space. I'll see about making my hex utilities more user-friendly and uploading them another time. It's monochrome, btw. 1089
TI Z80 / Re: Program Combination« on: November 17, 2010, 07:04:26 pm »
Sounds pretty cool. I'd certainly like to play around with it.
1090
TI Z80 / Re: [Platformer] Pyyrix's Most Excellent Adventure« on: November 17, 2010, 06:35:07 pm »
When TI-Connect gives me errors, doing a RAM Clear on my calc seems to help sometimes. Otherwise, I have to switch the USB port my Silverlink cable is in.
1091
ASM / Re: Issues with compiling« on: November 16, 2010, 08:48:16 pm »
That somewhat worked.
Now I get this: 1092
ASM / Re: Issues with compiling« on: November 16, 2010, 08:31:21 pm »
In the meantime, is there anything you recommend I do?
1093
ASM / Re: Issues with compiling« on: November 16, 2010, 08:13:28 pm »All of your bcalls are bcall(0000). What are the errors it is giving you?I can't tell, because after where the errors would be, spasm spits out my ti83plus.inc file in red. And cmd won't let me scroll up all the way to see the initial errors. Video of problems here. 1094
ASM / Re: Issues with compiling« on: November 16, 2010, 08:00:24 pm »
I can't entirely tell, as it spits out all the items in the ti83plus.inc I downloaded, which cuts off the beginning of the dialog in cmd.
But when I try to run it in Wabbit, it just crashes. I used the exact same source as above. The screwed up executable is attached. 1095
ASM / Re: Issues with compiling« on: November 16, 2010, 07:53:56 pm »
Okay. The example still compiles right, and aboutfix compiles, but it crashes whenever I run it. (I'm testing it in Wabbit, cuz I was sure something would go wrong).
It also spits out about every line in the new ti83plus.inc in red when I compile. |
|