Omnimaga

Calculator Community => Other Calculators => Topic started by: LincolnB on July 19, 2011, 03:59:53 pm

Title: Everyone Should Use Calcsys
Post by: LincolnB on July 19, 2011, 03:59:53 pm
Okay, the title is a little presumptuous. However, in my programming experience Calcsys (search for it on ticalc.org if you don't know what it is) is a wonderful application that really made me realize how the calculator works on a very basic level. I especially like to mess around in the VAT and the Disassembler. Those two, plus the Console, and it's staying on my calculator forever. It's probably the last thing I'd delete (except for probably Axe) if I absolutely needed the space.

So yeah.  ;D How often do you guys use Calcsys, and what are you opinions on the program?
Title: Re: Everyone Should Use Calcsys
Post by: Ashbad on July 19, 2011, 04:01:56 pm
I use it all the time.  Good for changing the type of format data in the VAT is treated, for seeing the exact disassembly of my Axe programs so I can try to spot optimizations and tricks, and many other things.  It is horribly outdated, but for now it's the best of it's kind.
Title: Re: Everyone Should Use Calcsys
Post by: AngelFish on July 19, 2011, 04:04:23 pm
Personally, I never use it unless I'm monitoring line states in the serial port. The hex editor isn't fast enough compared to PC ones and it doesn't really offer any features that I use regularly.

PS: I wrote my own hex editor that's a heck of a lot faster than calcsys' in Axe. I generally use that if I need something on-calc.
Title: Re: Everyone Should Use Calcsys
Post by: SirCmpwn on July 19, 2011, 04:04:49 pm
I have a small list of things that every programmer's calculator should have on it no matter what: CalcUtil and CalcSys.
Title: Re: Everyone Should Use Calcsys
Post by: LincolnB on July 19, 2011, 04:11:05 pm
I used to love CalcUtil....I kept my programs in archive, all the time. But once, when quitting out of an archived program, my calculator crashed and my RAM cleared and I lost my most important project at the time. I agree, though, that it is a pretty awesome utility.
Title: Re: Everyone Should Use Calcsys
Post by: Eeems on July 19, 2011, 04:13:18 pm
PS: I wrote my own hex editor that's a heck of a lot faster than calcsys' in Axe. I generally use that if I need something on-calc.
May I have? :)
Title: Re: Everyone Should Use Calcsys
Post by: Juju on July 19, 2011, 04:22:23 pm
PS: I wrote my own hex editor that's a heck of a lot faster than calcsys' in Axe. I generally use that if I need something on-calc.
Same, I wrote one in Axe which is kinda better than CalcSys, might share it one time.
Title: Re: Everyone Should Use Calcsys
Post by: SirCmpwn on July 19, 2011, 04:23:23 pm
Funnily enough, so have I :)
It seems everyone writes their own hex editors, sprite editors, and base converters.
Title: Re: Everyone Should Use Calcsys
Post by: JosJuice on July 19, 2011, 04:25:12 pm
Funnily enough, so have I :)
It seems everyone writes their own hex editors, sprite editors, and base converters.
And quadratic solvers, of course.
Title: Re: Everyone Should Use Calcsys
Post by: ztrumpet on July 19, 2011, 04:53:25 pm
I don't use CalcSys a lot, but it will always remain on my calc: I use it often when testing strange things in the calc community or when messing with the VAT.  Plus it's calc-community-wide understood and used.
Title: Re: Everyone Should Use Calcsys
Post by: Deep Toaster on July 19, 2011, 07:20:23 pm
Calcsys is incredibly helpful if you ever accidentally your archive.
PS: I wrote my own hex editor that's a heck of a lot faster than calcsys' in Axe. I generally use that if I need something on-calc.
Same, I wrote one in Axe which is kinda better than CalcSys, might share it one time.
Ditto that (look for Calcley).
Title: Re: Everyone Should Use Calcsys
Post by: thepenguin77 on July 20, 2011, 09:46:28 am
Now that the surge is over, let me explain just how useful Calcsys is to me.

I use calcsys pretty much every day. Here is what I have used it for:


So yeah, I use Calcsys a lot, so much that I have it saved into every single one of my savestates on WabbitEmu. Sometimes, it's just easier to use than the calcsys debugger.
Title: Re: Everyone Should Use Calcsys
Post by: Broseph Radson on July 20, 2011, 10:26:49 am
Calcsys is definitely a great tool. I think it was one of the first apps on my 84 besides mirage, of course.
Title: Re: Everyone Should Use Calcsys
Post by: Deep Toaster on July 20, 2011, 05:38:21 pm
Lol I think the first app everyone downloads is a shell of some sort.
Title: Re: Everyone Should Use Calcsys
Post by: Darl181 on July 20, 2011, 05:40:53 pm
Hm I remember not finding mirage for a while, first thing I found was Ion (a group) :P

I don't use calcsys too often, but have calcsys nonetheless for the times when I might happen to need it :)
Title: Re: Everyone Should Use Calcsys
Post by: calcdude84se on July 21, 2011, 09:06:34 pm
  • Discovering that protected ports don't require the special sequence
Wait, what? Did I just read... what I think I read?
Edit: 1900th post!
Title: Re: Everyone Should Use Calcsys
Post by: SirCmpwn on July 22, 2011, 12:45:43 am
It's true.  The only one that requires the sequence is unlocking flash.  Other than that, all the other ones work without a sequence from anywhere (no special flash page required - even RAM works) after you've unlocked flash.
Title: Re: Everyone Should Use Calcsys
Post by: calcdude84se on July 22, 2011, 12:55:36 am
Yeah. I got it cleared up with BrandonW. He says that he's not sure it'll work on all calcs, though.
Title: Re: Everyone Should Use Calcsys
Post by: Ti-Programmer on July 22, 2011, 01:03:54 am
I have a small list of things that every programmer's calculator should have on it no matter what: CalcUtil and CalcSys.
Do you mind sharing?

PS: I wrote my own hex editor that's a heck of a lot faster than calcsys' in Axe. I generally use that if I need something on-calc.
May I have? :)
Me too, please?

I use it all the time.  Good for changing the type of format data in the VAT is treated, for seeing the exact disassembly of my Axe programs so I can try to spot optimizations and tricks, and many other things.  It is horribly outdated, but for now it's the best of it's kind.
So this util would not work on nspires?
Title: Re: Everyone Should Use Calcsys
Post by: DrDnar on July 22, 2011, 01:30:35 am
Yeah. I got it cleared up with BrandonW. He says that he's not sure it'll work on all calcs, though.
MicrOS (http://brandonw.net/svn/calcstuff/micros/tags/), by default, runs with flash unlocked. It also has a port monitor (http://brandonw.net/svn/calcstuff/micros/trunk/readme.txt), so it's perfect for testing writes to protected ports. And the hex editor is way better than Calcsys's, in part because it was designed from the start to support flash editing.

Calcsys should work fine on the Nspire. As far as I know, it really doesn't do anything strange; in fact, it tries to avoid modifying state unless you ask it to.
Title: Re: Everyone Should Use Calcsys
Post by: Munchor on July 24, 2011, 05:23:07 pm
"Everyone Should Use Calcsys", I once used it, but found no use for it.

Maybe I just don't need it, but I found the program I bit confusing.
Title: Re: Everyone Should Use Calcsys
Post by: ben_g on July 24, 2011, 06:15:36 pm
"Everyone Should Use Calcsys", I once used it, but found no use for it.

Maybe I just don't need it, but I found the program I bit confusing.
exactely the same happened to me.
Title: Re: Everyone Should Use Calcsys
Post by: ztrumpet on July 24, 2011, 08:25:44 pm
It may be confusing, but if your calc randomly crashes, having CalcSys on your calc is your best chance of saving it and/or your files.
Title: Re: Everyone Should Use Calcsys
Post by: mrmprog on July 24, 2011, 10:26:14 pm
ClacSys seems very useful, but I am somewhat scared of it due to my nonexistent z80 asm knowledge.