Author Topic: Everyone Should Use Calcsys  (Read 8669 times)

0 Members and 2 Guests are viewing this topic.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Everyone Should Use Calcsys
« Reply #15 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!
« Last Edit: July 21, 2011, 09:07:01 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

SirCmpwn

  • Guest
Re: Everyone Should Use Calcsys
« Reply #16 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.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Everyone Should Use Calcsys
« Reply #17 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.
« Last Edit: July 22, 2011, 12:55:45 am by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline Ti-Programmer

  • LV3 Member (Next: 100)
  • ***
  • Posts: 84
  • Rating: +3/-0
  • Whats this? so many features...
    • View Profile
    • Ti-Programmer's website
Re: Everyone Should Use Calcsys
« Reply #18 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?
Spoiler For Sig:







Offline DrDnar

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 546
  • Rating: +97/-1
    • View Profile
Re: Everyone Should Use Calcsys
« Reply #19 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, by default, runs with flash unlocked. It also has a port monitor, 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.
« Last Edit: July 22, 2011, 01:39:11 am by DrDnar »
"No tools will make a man a skilled workman, or master of defense, nor be of any use to him who has not learned how to handle them, and has never bestowed any attention upon them. . . . Yes, [] the tools which would teach men their own use would be beyond price."—Plato's The Republic, circa 380 BC

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Everyone Should Use Calcsys
« Reply #20 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.

Offline ben_g

  • Hey cool I can set a custom title now :)
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +125/-4
  • Asm noob
    • View Profile
    • Our programmer's team: GameCommandoSquad
Re: Everyone Should Use Calcsys
« Reply #21 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.
My projects
 - The Lost Survivors (Unreal Engine) ACTIVE [GameCommandoSquad main project]
 - Oxo, with single-calc multiplayer and AI (axe) RELEASED (screenshot) (topic)
 - An android version of oxo (java)  ACTIVE
 - A 3D collision detection library (axe) RELEASED! (topic)(screenshot)(more recent screenshot)(screenshot of it being used in a tilemapper)
Spoiler For inactive:
- A first person shooter with a polygon-based 3d engine. (z80, will probably be recoded in axe using GLib) ON HOLD (screenshot)
 - A java MORPG. (pc) DEEP COMA(read more)(screenshot)
 - a minecraft game in axe DEAD (source code available)
 - a 3D racing game (axe) ON HOLD (outdated screenshot of asm version)

This signature was last updated on 20/04/2015 and may be outdated

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Everyone Should Use Calcsys
« Reply #22 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.

Offline mrmprog

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 559
  • Rating: +35/-1
    • View Profile
Re: Everyone Should Use Calcsys
« Reply #23 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.