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 - calcdude84se

Pages: 1 ... 103 104 [105] 106 107 ... 161
1561
Introduce Yourself! / Re: meep
« on: July 26, 2010, 03:39:36 pm »
I'm sure if I had the time I could find you some really spammish topics from the intro section. :P
And yeah, it'd be cool to see the projects! :D

1562
Introduce Yourself! / Re: meep
« on: July 26, 2010, 03:35:14 pm »
posts to randomness and the intro section don't count, as both can be spammish.

1563
Axe / Re: Total noob question
« on: July 26, 2010, 03:02:15 pm »
Quigibo, with 0.4.0, can you do something like "Copy([0123456789ABCDEF],P,8" ?
That might be useful.

1564
Introduce Yourself! / Re: meep
« on: July 26, 2010, 02:07:53 pm »
Welcome to Omnimaga! The programs sound interesting.
Your peanuts should be arriving shortly. :P

1565
The Axe Parser Project / Re: Axe Parser
« on: July 26, 2010, 01:31:49 pm »
AFAIK yes. Just reuse it with GetCalc.

1566
The Axe Parser Project / Re: Features Wishlist
« on: July 26, 2010, 11:55:01 am »
Code: [Select]
GetCalc("appvMyAppV",Y1
{Y1-2}r-1->S
For(X,0,S
Disp {Y1+S}>Char
End
Also, as far as I can tell, the actual reading is done with a bcall (that should probably be changed), which means the page would be switched back. It could be possible, but, as above, I'd like official support for page-address pointer pairs.

1567
The Axe Parser Project / Re: Features Wishlist
« on: July 26, 2010, 10:51:00 am »
Could we have more pointer-specific operations, especially since a "file" is just a page-address pair?
For example, could we have an "address-of" operator that could be used on A-Z and theta (an perhaps r1 to r6 and Y0 to Y9)? (The only real application I see here is that it would make token-drawing on the graph screen easier)
And perhaps with that we could also have other means to use the "files" as generic pointers to flash?

1568
Other / Re: What computer OS do you use?
« on: July 26, 2010, 10:44:25 am »
Perhaps you the poll could be changed so those of us who have more than one OS installed can list all of ours? ;D
I'll vote after that's done, but for now I'll say I have Windows 7 and Fedora 13 (both 64-bit)

1569
Other Calc-Related Projects and Ideas / Re: Floorcaster
« on: July 25, 2010, 11:29:23 pm »
Cool! Now for other textures besides a checkerboard ;D
Keep up the good work! :)

1570
Hm... I'm unsure. I didn't know that about the 68k series, btw. ;D
Yeah, best to finish what you started first. :)

1571
Nice. The only thing you need to realize is that the 85 and 86 stored untokenized code ;)

1572
The Axe Parser Project / Re: Axe Parser
« on: July 25, 2010, 10:13:05 pm »
okay, nice to know :)

1573
The Axe Parser Project / Re: Axe Parser
« on: July 25, 2010, 09:57:02 pm »
Cool! Do you mind explaining the significance of being able to use big-endian pointers? ;D

1574
The only problem with that is now every program is almost 800 bytes larger x.x

1575
Calculator C / Re: GCC4TI string manipulation functions
« on: July 25, 2010, 08:13:25 pm »
An array of integers? Don't you have to treat it as a byte (or unsigned char) array for it to have the same format as on the 83+ Series.
I mean, it could work, but that would make the files larger and the PC converter more complicated.
I wish you good luck with whatever avenue you take, though :)

Pages: 1 ... 103 104 [105] 106 107 ... 161